Just be careful with requestAction. If you don't cache properly you can dramatically slow down your application. Mark Story has some good tips on requestAction use at his blog (http://mark-story.com/)
On Sep 28, 12:15 pm, John Andersen <[email protected]> wrote: > It will not be much more fat, as the only thing each function used by > a requestAction should be doing, is to call the model and return the > models data. > Enjoy, > John > > On Sep 28, 12:46 pm, hunny <[email protected]> wrote: > > > On Sep 25, 10:27 am, John Andersen <[email protected]> wrote: > > > > Look into the controllers method "requestAction", which allows you to > > > retrieve the list of clubs in a view! > > > Enjoy, > > > John > > > > On Sep 24, 11:59 am, hunny <[email protected]> wrote: > [snip] > > Hi All, > > > Thanks for your help. I was just reluctant to put the code in the > > controller because it makes your controller fat. > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
