Exemplo n.º 1
0
 /**
  * admin
  */
 public function indexAction()
 {
     $test = new userModel();
     $res = $test->test();
     $this->getView()->assign('test', $res);
     $this->getView()->display('index/index.phtml');
 }