I am developing login functionality in cakephp.
I Created UsersController,in that login function is there and AppController.phpalso is there in app/controller/AppController.php.
I called auth component in AppController.php. But thats not working ..
It's showing AppController not found error ...
how can we extend Appcontroller page in UsersController?
Please clarify this doubt to me any one can help..
app/controller/AppController.php
is the path of yourappController
? if so please change it toapp/Controller/AppController.php
– Anil kumar