Re: cake flashing 2 different flash messages.

2010-09-08 Thread Shaz
Can you put up your code? ... crud really shouldn't be defined in app_controller - rather in the app/user_controller, it might be a headache lateron On Sep 6, 7:37 am, Ernesto wrote: > Hello. > > i have a problem that can't resolve. > > my app_controller::beforeFilter has a simple authorization s

cake flashing 2 different flash messages.

2010-09-05 Thread Ernesto
Hello. i have a problem that can't resolve. my app_controller::beforeFilter has a simple authorization script (ACL is a total overkill in my case) that returns errors via a flash() message. my CRUD actions are defined in app_controller but one controller doens't allow to delete items at all, so