I have a beforeFilter in app_controller and in some other controllers, but have noticed that the beforeFilter in app_controller does NOT run when the requested controller has it's own beforeFilter.
I am running the latest Alpha code for 1.2. I saw from another post the solution of putting a call to parent::beforeFilter() in the "child" controller, and while this works, my question is WHY? I was hoping/expecting that the beforeFilter in app_controller would always be called first, then the beforeFilter of the requested action would be invoked. Any explanation is greatly appreciated. Bake ON! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
