if I add a beforeFilter function into the component, that would
obviously run during beforeFilter just like in the controller? If so,
would it run at the beginning of the calling controller's beforeFilter
or at the end?

Sorry for the tedious questions, I think these are it.

On Nov 18, 1:57 pm, mark_story <[EMAIL PROTECTED]> wrote:
> initialize() -> before beforeFilter()
> startup() -> after beforeFilter()
>
> -Mark
>
> On Nov 17, 8:01 pm, validkeys <[EMAIL PROTECTED]> wrote:
>
> > Hey Guys,
>
> > I have a kind of complicated app and I don't think that the ACL would
> > have worked for me. So I created a component to control access. So
> > far, it seems to be working really well.
>
> > Quick question, will this component's initialize and startup function
> > be run beforeFilter on the controllers that I have included it in? If
> > not, is there a way to force the components actions to be run
> > beforeFilter?
>
> > ThankS!
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to