Question : PHP Frameworks: is there a way to document class information?

Hello Experts,

Is there a way to document class information of a PHP framework? for studying purposes...

thx,

Answer : PHP Frameworks: is there a way to document class information?

Usually PHP frameworks have class documentation, but you generate it yourself from the source if you want.

My favourite tool is doxygen (http://www.doxygen.org) , but phpDocumentor  (http://www.phpdoc.org) is also a nice one.
Random Solutions  
 
programming4us programming4us