|
Posted by Manuel Lemos on 11/18/05 01:47
Hello,
on 11/02/2005 08:08 AM Phil Latio said the following:
> Perhaps a bit OT but hoping someone on here can put me out of my misery.
>
> A few months ago I thought I discovered that UML tool ArgoUML could generate
> PHP code from class diagrams. I distinctly remember downloading some
> software and then an additional library, creating a basic class and seeing
> it create the code.
>
> The thing is today when I unpacked zip file, the directory structure was
> different and I am now thinking it wasn't ArgoUML. I also can't find the
> library that I used.
>
> Can anyone suggest another UML tool I was using?
For Linux there is Umbrello.
Now if you want to generate code from UML diagrams, any UML tool saves
diagrams in XMI format, which is an OMG standard for exporting UML
artifacts, there is this PHP-GTK application for generating PHP classes
from XMI files:
http://www.phpclasses.org/uml2classes
If you want something more advanced to generate classes of persistent
objects that perform object-relational mappings from XML mapping
definitions, you may want to try Metastorage:
http://www.metastorage.net/
There is even an experimental XSLT for converting XMI into Metastorage
format here:
http://groups.yahoo.com/group/metal-dev/files/metastorage/xmi2metastorage/
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|