コード例 #1
0
ファイル: Index.php プロジェクト: timerlau/yaf_ericore
 /**
  * 大学列表
  */
 public function universityAction()
 {
     echo 11;
     $infoIns = new \User\InfoModel();
     $info = $infoIns->getList();
     de($info);
 }