示例#1
0
文件: Index.php 项目: otkinlife/yaf
 /**
  * admin
  */
 public function indexAction()
 {
     $test = new userModel();
     $res = $test->test();
     $this->getView()->assign('test', $res);
     $this->getView()->display('index/index.phtml');
 }