App Controller not intialized on error (missing action/controller)

2009-07-16 Thread Brendon Gleeson
I am having a problem, The array for my view's nav menu is built in app/app_controller.php, when an error occures the variable is not being initialized, I assume this is because app_controller.php is not being called? any solutions? --~--~-~--~~~---~--~~ You

Re: App Controller not intialized on error (missing action/controller)

2009-07-16 Thread Mark
not quite right.. the beforeFilter() and afterFilter() functions are not triggered but if you put your code in the beforeRender() it should work On 16 Jul., 09:34, Brendon Gleeson gleeso...@mobilitas.org wrote: I am having a problem, The array for my view's nav menu is built in