コード例 #1
0
 public function actionHello()
 {
     $var = "Hello";
     $array = MyList::getAll();
     return $this->render('hello', ['varInView' => $var, 'arrayInView' => $array]);
 }
コード例 #2
0
ファイル: SiteController.php プロジェクト: slastenovd/test2
 public function actionHello()
 {
     //        MyList::getAll();
     return $this->render('hello', ['arrayInView' => MyList::getAll()]);
 }