コード例 #1
0
 public function actionIndex()
 {
     return $this->render('index', ['catData' => Cat::find()->orderBy(['title' => SORT_ASC])->all()]);
 }