Hi all!
Did someone do this?? I think, since PHP has OO-aspects, UML would be usefull for developing huge projects. So, is there some tool to edit UML and generate PHP classes from it??
(I heard that PHPEdit can translate UML structures saved in XML to PHP classes, but which (maybe free) tool generates UML, saves XML and is understood by PHPEdit??)
Thanks for every tip!
Regards,
Toby
Using UML with PHP?
Moderator: General Moderators
most UML tools can export XMI.
haven't tested it but since you already found phpEDIT
http://tools.phpedit.net/xmi2php/ might do the trick
haven't tested it but since you already found phpEDIT