Hello, I am a newbie. I have some questions to ask.

I read "The Cake Blog Tutorial" and knew how to build a simple
application like this example. But I don't know how to build some
complexier applications, such as an "Article Manager".

An "Article Manager" has these pages:

Index Page, including list of the last several articles in every
category, a list of categories and a list of top 10(for example)
articles

Article Page, including the article content, a list of categories, a
list of other articles in the same category

....

Every page has lots of informations. I don't know how to implement it
with CakePHP.
Do I need to create a model and a controller for every page? This needs
a table called "pages", but I don't need to store any data for pages in
database. And if i create a page controller, Shall I have to get all
data in index page in the function "index" of the controller?
Categories and articles also have their own models and controllers. and
how can I use them in the page controller's function "index"?

Sorry for my poor english, I wish you can understand my words.


--~--~---------~--~----~------------~-------~--~----~
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 email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to