PHP
PHP Code Navigation in eclipse PDT
I just checked out a PHP project (SAHANA), opened it in eclipse PDT, and found out that the code navigation is not working. I couldnt view a function’s code by just ctrl+click ing on the function call.
Asked Ravindra and this is the solution he gave me.
What I did was just created a new dummy [...]
A simple script to create a graph
I had a need to create a graph dynamically.
Googled it and found some PHP scripts but they were too complex for me (I'm a newbie to PHP) to understand.
So I thought of writing my own simple version to satisfy my need.
If you are interested in what I have done here is the source.