If it doesn't work you could just define an admin_beforeFilter() function in your app controller, then call it with an if statement in your regular beforeFilter. Then if you define admin_beforeFilter in any of your controllers it will run at the appropriate time.
On Sep 2, 10:37 pm, Jeremy Burns | Class Outfit <[email protected]> wrote: > Have you just gone ahead and tried it? > > Jeremy Burns > Class Outfit > > [email protected]http://www.classoutfit.com > > On 2 Sep 2010, at 23:21, Dave Maharaj wrote: > > > > > Is is possible to prefix before functions? > > > So admin_beforeRender or admin_beforeFilter rather than jamming everything > > into 1. I have certain operations I need to run before the page is rendered > > and currently using “if” with prefix statements to determine what to run > > based on user. > > > Thanks > > > Dave > > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others > > with their CakePHP related questions. > > > 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 > > athttp://groups.google.com/group/cake-php?hl=en Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
