Hi, my Web site has 1.1.19.x installed; I have some admin functions
("admin_add()", etc.) which I need to get the controller to display.
However, the controller has a beforeFilter() call on it to ensure that
the rest of the non-admin functions don't get called unless a user is
logged in (ie, beforeFilter() calls the checkSession() function).Is there any, relatively easy way to escape the beforeFilter? The only way that comes up in search is the deprecated "var $beforeFilter" method, so that's right out. Thanks. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
