Esempio n. 1
0
 public function actionIndex()
 {
     return $this->render('index', ['catData' => \galleryadmin\models\Cat::find()->all()]);
 }