On May 30, 2006, at 9:15 AM, DJ Spark wrote:

>
>  On the same topic, I'd like to hear some suggestions on Cake best
> pratices to build somethinig like a community website. Stuff like
>  -  Should I use Elements to render the different 'boxes' or should I
> use the requestAction to get the stuff

Elements are easy for static bits of views, but requestAction is  
really nice for views that have dynamic elements.

>  -  How to use 'Pages' in cake ? just pu them in the Pages folder ?

Yep - give it a try.

> How to call some elements within those pages ? Or i must use
> controllers to everything ?

Depends on if its static or not. You should be able to make  
inclusions in pages files, its PHP after all. ;)

-- John


--~--~---------~--~----~------------~-------~--~----~
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