Exemplo n.º 1
0
 public function listusersAction()
 {
     if ($this->isLoggedIn() == 0) {
         $this->_redirect('/admin/index');
     }
     $this->view->loginStatus = $this->isLoggedIn();
     $fitnessUserGeneral = new FitnessUserGeneral();
     $this->view->listUsers = $fitnessUserGeneral->listUsers();
 }