Is it currently possible to augment controller actions with component functions. What I'm looking for is something similar to the way that a behaviour function can be accessed through its model, but for controllers, so I can provide an action with a component, instead of having to write a bunch of actions in the controller which do no more than farm the work out to a component.
I've implemented this through startup hook, with a switch on the controller->params, but suspect that this might be a less than elegant solution. Do people think it might be worth a RFE? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
