On Dec 11, 2006, at 12:33 PM, Mikee Freedom wrote:
> > should they not? > > am i approaching this in completely the wrong way? > > i'm attempting to write some generic functions in one controller that > may call requestAction on a range of others. But I don't want to have > to set the action up in all of the others if I don't have to. I would > rather it be a process of... > > "If you have this action, then go ahead and do it. If you don't, then > obviously you don't want to." This sounds like an error handling issue then. You can write your own way to react to Missing Action errors. -- John --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
