I don't know why you're requesting an action from beforeFilter.

If you request mini_view in the URL, the beforeFilter will run & then
miniView will run (if the redirect doesn't occur).

Also....in 1.2 y (I have no clue about 1.1) you can make your redirect
statements all one line:

$this->redirect('/users/login', null, true);


....this way you don't have to call exit(); after each redirect you
place.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to