Re: Dispatcher::start - Controller::$beforeFilter property usage is deprecated and will no longer be supported. Use Controller::beforeFilter()

2008-07-06 Thread Dardo Sordi Bogado

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 cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



Dispatcher::start - Controller::$beforeFilter property usage is deprecated and will no longer be supported. Use Controller::beforeFilter()

2008-07-05 Thread rhrn

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 cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---