hey On Jun 20, 4:24 pm, Ian Zepp <[EMAIL PROTECTED]> wrote: > Unlike Zend (with uses an Action suffix to designate controller > actions), Cake doesn't have any such thing and instead uses a blacklist > of 'private' controller actions (defined in the dispatcher). We don't ? We've got something that is called convention here ;) try calling a "__myAction" from the url.
> As such, be aware that new methods defined in the controller could > 'potentially' be called as an action, even if that is not the expected > behavior. as long as you _don't_ follow the rules ;) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
