Page 1 of 1

UML and PHP

Posted: Thu Dec 14, 2006 10:17 pm
by zyklone
how do you implement UML in PHP. what first do you do?

thanks!

Re: UML and PHP

Posted: Fri Dec 15, 2006 12:33 am
by jmut
zyklone wrote:how do you implement UML in PHP. what first do you do?

thanks!
well...you don't.
You have UML and thats it.. It does not matter if implementation will be in PHP ,Java or whatever.
If you are asking for auto code generation based on UML diagrams...thats a little nasty topic. I do not think there is something good out there for php..even comercial.

Posted: Fri Dec 15, 2006 12:45 am
by Christopher
ArgoUML and Umbrello generate PHP code (or Forward Engineering as the UML folks wonderfully call it ;)).

Posted: Fri Dec 15, 2006 12:57 am
by jmut
arborint wrote:ArgoUML and Umbrello generate PHP code (or Forward Engineering as the UML folks wonderfully call it ;)).
Umrello: I am not sure it generates php5 code.... and is doesn't really know about inheritance...abstract etc etc....
Then again..I have not checked that for a while

Posted: Mon Dec 18, 2006 9:21 am
by raghavan20
EA (Enterprise Architect) generates in PHP 4 but the latest version of EA may generate in PHP 5.