コード例 #1
0
ファイル: AuthController.php プロジェクト: pumi11/aau
 public function actionView($id)
 {
     $one = MyList::getOne($id);
     return $this->render('view', ['one' => $one]);
 }
コード例 #2
0
ファイル: SiteController.php プロジェクト: slastenovd/test2
 public function actionHello()
 {
     //        MyList::getAll();
     return $this->render('hello', ['arrayInView' => MyList::getAll()]);
 }