Ejemplo n.º 1
0
 public function logout()
 {
     $this->model->logout();
     return array('location' => array('user', 'login'));
 }