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