I generally discourage the use of requestAction unless you have some specific reason to do so, and there are a few, i.e. if view code is involved (well, in that case you'd probably be using it *in* a view anyway).
Basically, if you have a set of methods that could logically be grouped in an object, a component is the way to go. Otherwise, go with an AppController method. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
