Re: UML Design to Cake PHP

2006-08-26 Thread Olivier Percebois-Garve
k. look at your diagramm. Start with the relations between your objects. For each object a model. Then translate each relation into cake's hasOne, hasMany, BelongsTo, HABTM. Then take the methods in your diagramm and translate them into controller's methods, and give them the appropriate views

Re: UML Design to Cake PHP

2006-08-26 Thread simonvlc
ArgoUML. Regards, Simon. [EMAIL PROTECTED] ha escrito: > how software do u use to create uml diagrams ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-p

Re: UML Design to Cake PHP

2006-08-26 Thread [EMAIL PROTECTED]
how software do u use to create uml diagrams ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send em

UML Design to Cake PHP

2006-08-25 Thread simonvlc
Hello, I´m new to this community, so hi all! I´m a third degree student and I´m familiar to the UML design model (Class diagrams, Use Cases, Activity Diagrams...). Now I want to test the Cake Php framework for a new project but I´m not sure how UML translate to Cake Php, probably because I´m new