On Thu, Sep 17, 2009 at 11:18 PM, Dr. Loboto <[email protected]> wrote: > > If I remember right, afterFilter is not called on redirect. Cake team > have some reasons for it.
That's because redirect() should immediately leave the action, so running afterFilter() would be undesirable. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
