Also, you may find better performance to have this controller functionality in your app_controller beforeFilter, rather than using a requestAction. While this is messier in that it does not really separate your code properly, a requestAction is a fairly heavy function - as it runs through the entire cake pipeline again.
Anyway, if the requestAction works and is fast enough, stick with it. If page load times are a problem for you, look at replacing requestActions first of all. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
