I don't do UML diagrams for cake... rather, I might UML, then generate database tables from that, define my models and their relationships in Cake (very little code, usually), then start baking in the console. This will generate an interface to all of your models very similar to the cake scaffolding that you can modify from there.
There are some similarities in process to UML->Code in Java, but it's not exactly the same thing. Cacho wrote: > I use to develope with java and new with cakePHP. > > I use to design my applications with UML modeling tools and then > generate stubs with a tool. Now, I saw cakePHP will generate all the > code so I wonder how this kind of development could be relationated > with the usual systems design. > > How could I transform all muy UML diagrams and my analysis in a > cakePHP application ? > > > Thanks in advance > > C > > > > > -- Joshua Benner http://bennerweb.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
