コード例 #1
0
 public function register()
 {
     $model = new Model();
     $this->render('users.html', ['name' => $model->getText()]);
 }
コード例 #2
0
 public function index()
 {
     $model = new Model();
     $this->render('index.html', ['name' => $model->getText()]);
 }