Thank you for answering.
I think I have not explained well, but what I want is some example of
classes diagram with attributes and methods of some application to see
how the relation is represented in the design between the classes
applying the Model-View-Controller.
For example, in my application I have a table Person (name, age, sex)
in the database. if I want to obtain all the persons and add a new
person I know that the PersonsController calls to PersonModel. Then I
have the PersonsController class and the PersonModel class but i dont
know what methods have each class.
I hope you have understood to me.
Thanks and regards

On 15 mayo, 22:41, "Juan Miguel Paredes" <[EMAIL PROTECTED]>
wrote:
> On Fri, May 16, 2008 at 3:28 PM, dandreta <[EMAIL PROTECTED]> wrote:
>
> > Hi!
> > I am developing my web application with cake, but I need to deliver
> > the diagram of classes of the application with the Model-View-
> > Controller that uses. I have been searching very much but I do not
> > find anything of help. If someone can say me any link or something i
> > will great.
> > Thanks and regards
>
> Hi!  Do you mean a class inheritance diagram, like those in
> api.cakephp.org ?  Perhaps you could get away with phpDocumentor...  I
> believe it's used for generating the api docs (I could be wrong,
> though).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to