示例#1
0
 public function logoutAction()
 {
     User::deleteUserFromSession();
     $this->redirect('/');
 }
示例#2
0
 public function testAction()
 {
     $user = new User();
     $user->findById(3);
     $this->twig('index.twig');
 }