Exemplo n.º 1
0
	public function logoutAction() {
		$user = new User_Model_User();
		$user->logout();
	}