контроллер:
Код: Выделить всё
$this->User->createUser($this->data)
Код: Выделить всё
function createUser(){
$this->create();
}
Код: Выделить всё
$this->Auth->login($this->data);
$this->redirect('home');
Подробнее здесь: https://stackoverflow.com/questions/195 ... akephp-1-3
Мобильная версия