-- iceangel89 <[email protected]> wrote (on Friday, 22 May 2009, 04:52 AM -0700): > is there any tool to document ZF at the same time generate diagrams eg. ERD, > class diagrams etc? > > phpDocs is one. but its not really for diagramming? which helps.
The two standard tools for this are phpDocumentor and Doxygen. The latter also includes UML/class diagrams. -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
