model; $model->setScenario('register'); $modelProfile = new Profile([ 'scenario' => 'basicCreate', ]); return $this->render($this->view, [ 'model' => $model, 'modelProfile' => $modelProfile ]); } }