I\'m struggling with the concept of creating an admin section in CakePHP-project. (version 2.3.5)
I have uncommented the line in Config/core.php:
Configu
I guess you could set a loginAction in AppController and then inside this action you could do:
$this->redirect(array('controller'=>'someController','action'=>'someAction','admin'=>true));