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.
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.
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