class FoosController extends AppController {
function beforeFilter() {
parent::beforeFilter();
// do your own beforeFlter stuff here
}
}
On Sat, Jul 5, 2008 at 11:46 PM, rhrn <[EMAIL PROTECTED]> wrote:
>
> Dispatcher::start - Controller::$beforeFilter property usage is
> deprecated and will no longer be supported. Use
> Controller::beforeFilter()
>
> how to use right?
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---