コード例 #1
0
 /**
  * Lists all CategoryGames models.
  * @return mixed
  */
 public function actionIndex()
 {
     $dataProvider = new ActiveDataProvider(['query' => CategoryGames::find()]);
     return $this->render('index', ['dataProvider' => $dataProvider]);
 }
コード例 #2
0
ファイル: Games.php プロジェクト: kusma007/one-advanced
 public function getAllCategories()
 {
     return CategoryGames::find()->all();
 }