For Starters, i would like to note, that this is my first post on Stackoverflow. However, during my web development career, i have used this site numerous times. And now i feel i need an assistance beyond just browsing though google.
So my question is does PHP have visual Documentation just like http://visualjquery.com/?
Because if not i was already considering writing it for myself. So does anyone know if it is actually around somewhere on the net?
I am sure writing my own visual PHP will make me know php a great deal better but i would be less eager knowing that the wheel is already invented by someone else?
So if anyone knows please do tell.. Thank you very much.
It looks like you simply want a different interface to the normal documentation.
The online PHP manual, and several others are built using a PHP-based Docbook renderer which could be extended (via additional packages and formats) to provide whatever kind of output you desire: including a fancy Visual Jquery-like one.
Alternatively, you could take an existing output format (for example, PhD can render XML/JSON/PHP) and add a simple visual UI on top. For example, the JSON output for the
file()function is