Exemplo n.º 1
0
 public function authenticate()
 {
     return Current_User::login($this->input->post('username'), $this->input->post('password'));
 }