コード例 #1
0
ファイル: RandomController.php プロジェクト: xcorn/someblog
 public function actionIndex()
 {
     $newsList = array();
     $newsList = Random::getRandList();
     require_once ROOT . '/views/news/index.php';
     return true;
 }