UML and PHP

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
zyklone
Forum Commoner
Posts: 29
Joined: Tue Nov 28, 2006 10:25 pm

UML and PHP

Post by zyklone »

how do you implement UML in PHP. what first do you do?

thanks!
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Re: UML and PHP

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post by Christopher »

ArgoUML and Umbrello generate PHP code (or Forward Engineering as the UML folks wonderfully call it ;)).
(#10850)
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Post 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
User avatar
raghavan20
DevNet Resident
Posts: 1451
Joined: Sat Jun 11, 2005 6:57 am
Location: London, UK
Contact:

Post by raghavan20 »

EA (Enterprise Architect) generates in PHP 4 but the latest version of EA may generate in PHP 5.
Post Reply