Using UML with PHP?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
dotxp
Forum Newbie
Posts: 9
Joined: Tue Nov 12, 2002 9:48 am
Location: Germany, FFM
Contact:

Using UML with PHP?

Post by dotxp »

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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

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
Post Reply