コード例 #1
0
ファイル: SiteController.php プロジェクト: btoo/rupdpsi
 /**
  * Displays homepage.
  *
  * @return mixed
  */
 public function actionIndex()
 {
     $rush_reg_form = new RushSignupForm();
     $brian = Rush::findOne(1);
     return $this->render('index', ['rushRegistrationForm' => $rush_reg_form, 'brian' => $brian]);
 }