Let's assume, I would like to create the following website:

Home page:

div header (static)
div menu (dynamic -> must be able to indicate which page is "active")

div  content (dynamic -> showing articles i.e. blog)
div sidebar right (dynamic -> showing latest 2 posts on forum + 2 news
(news table) + poll using ajax)

div footer (static)

Sub-pages:

div header (static)
div menu (dynamic -> must be able to indicate which page is "active")

multiple divs and varying content based on menu choice, i.e:
3-column layout
2-column layout
forum
flash

div footer (static)

Exactly how, should it be structured?
-> How many layout files, which elements, controllers etc. would be
needed?
-> Which api methods/functions/variables will be used frequently?

Hope a few others will benefit from my example and your suggestions
thereto.


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to