Posted December 30th, 2008 by mediamacros
Love the PHP Doc integration and have tried a few stand alone apps for UML export but none seem to see our "standard" comments, What would be involved in having the program dump out to a UML import standard with comments and params from the PHP doc formatted elements.
Thanks.
-Chuck
juanc says:
How would that file look like?
mediamacros says:
There are a number of UML standards out there. I know VS has some built in tools for UML diagrams, but the trick is auto sensing locations for files so that they link up inheritance correctly. We love PHPdoc format for generating our documentation, but it would be really great if there was also a way to export this info out to a standard UML csv or XML format. THere a a number of good UML diagramming tools out there, and some can even read PHP directly, but there does not seem to be a good bridge between PHP doc and UML with comments, etc.
Just looking for a "clean" way to generate our documentation, diagrams, etc from our code rather than by hand or a lot of copy and pasting.
Thanks.
juanc says:
Makes sense. Where I can find more info about "standard UML csv or XML formats"?
Juan