コード例 #1
0
ファイル: Manager.php プロジェクト: enychen/yaf-framework
 /**
  * 管理员首页
  */
 public function indexAction()
 {
     $adminModel = new \AdminModel();
     $lists = $adminModel->format($adminModel->getLists());
     $this->assign('adminLists', $lists);
 }