Yeah seen some of those options but what I wanted was something that created a web based uml view of the static class diagrams.
Had a hunt for the link again and finally found it here http://www.ohloh.net/tags/php?page=1 Doxygen <http://www.stack.nl/~dimitri/doxygen/index.html> was the only thing I found that did it. Here is a really nice example http://www.vtk.org/doc/nightly/html/classvtkAbstractArray.html The class diagrams show inheritance and dependency and can be clicked on to drill into the hierarchy up or down. Looks like there is a plug-in for eclipse too using Eclox <http://eclox.eu/> . ....... Ok had a play. Doxygen can use Groaphviz dot.exe but I couldn’t get the dot command to run on windows, it just crashes. I might have a play on Linux later. Doxygen is able to draw basic diagrams without it but it is not as good. Eclox was cool but also had problems, it didn’t like an output folder outside of the root project folder, which was a pity. Eclox can be installed in Eclipse using the Install New Software option in eclipse help using http://download.gna.org/eclox/update. You need to download and install Doxygen first (and don’t use dot tool under windows unless you have better luck than me and it doesn’t crash). Definitely looks like Linux is the way to go to use this and it should integrate into PHPUnderControl quite easily producing the docs as a build artefact. I would probably turn off PHP doc in PHPUC I think if I was to use this. Cheers, Andrew McMurtrie, BICT (dist) McMurtrie Group Limited 15 Fulham Street Hornby Christchurch New Zealand Ph: +64 3 960 5077 Cell: +64 21 88 1916 Web: <http://www.anyzoom.com/> www.anyzoom.com Email: <mailto:[email protected]> [email protected] From: [email protected] [mailto:[email protected]] On Behalf Of Cam Spiers Sent: Wednesday, 8 July 2009 2:51 p.m. To: [email protected] Subject: [phpug] Re: Things is of interest Hey Andrew, This might help: http://pear.php.net/package/PHP_UML I was able to use this to generate a file which could be opened in ArgoUML (Mac) Cheers, Cam On Wed, Jul 8, 2009 at 1:27 PM, ctx2002 <[email protected]> wrote: my working place use Mac machine, so i have got chances to play with some cool stuff. One of coolest is this: http://opensolaris.org/os/community/zfs/. it will integrate into next version of Mac OS X. "so I can capture changes in our product/data editing (staging) environment and think about a sensible way to replay this on a production system without letting non-technical data editors loose on the live system" that Filesystem probably is what your need. __________ Information from ESET NOD32 Antivirus, version of virus signature database 4222 (20090707) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __________ Information from ESET NOD32 Antivirus, version of virus signature database 4223 (20090708) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com --~--~---------~--~----~------------~-------~--~----~ NZ PHP Users Group: http://groups.google.com/group/nzphpug To post, send email to [email protected] To unsubscribe, send email to [email protected] -~----------~----~----~----~------~----~------~--~---
