Re: Having something dynamic into layout

2007-05-02 Thread [EMAIL PROTECTED]
Thanks for the reply, I solved throught the use of RequestAction and RenderElement :-) On 2 Mag, 14:57, francky06l <[EMAIL PROTECTED]> wrote: > Maybe using ajax call to update a div in your default layout, but > depends how often your layout is renderer (ie : mainly ajax calls or > not). You can

Re: Having something dynamic into layout

2007-05-02 Thread francky06l
Maybe using ajax call to update a div in your default layout, but depends how often your layout is renderer (ie : mainly ajax calls or not). You can also place a requestAction in your default layout to retreive the data and display them. On May 2, 12:44 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>

Having something dynamic into layout

2007-05-02 Thread [EMAIL PROTECTED]
Hi all, I have my web application made in CakePHP. In the "default.thtml" I have a section where I need to load dynamically some categories from the DB...how can I do that? I have, of course, the Category model and the controller ready. --~--~-~--~~~---~--~~ You