Reverse Engineer PHP + ZEND
Posted: Fri Nov 19, 2010 6:32 am
Hi,
I have a question concerning reverse engenieering php code to UML.
I have programmed some code with with the Zend Framework and would like so visualize that code to UML for documentation, etc.
I have already tried several tools like Bouml, Enterprise Architect and Visual Paradigm.
The problem is, that all that tools can't work with ZEND or PHP Namespaces. So if i have for example an extend to Zend_Controller_Action the tool can't find the real path /zend/controller/action.
Does anybody know a tool that supports reverse engineering ZEND Code to UML. Or does anybody know an alternative?
Doing this manually is not an option because there are about 2000 classes and I would have to update that diagramm manually with every code update.
Thanks for your help.
I have a question concerning reverse engenieering php code to UML.
I have programmed some code with with the Zend Framework and would like so visualize that code to UML for documentation, etc.
I have already tried several tools like Bouml, Enterprise Architect and Visual Paradigm.
The problem is, that all that tools can't work with ZEND or PHP Namespaces. So if i have for example an extend to Zend_Controller_Action the tool can't find the real path /zend/controller/action.
Does anybody know a tool that supports reverse engineering ZEND Code to UML. Or does anybody know an alternative?
Doing this manually is not an option because there are about 2000 classes and I would have to update that diagramm manually with every code update.
Thanks for your help.