Answer the question
In order to leave comments, you need to log in
Why does it not find view in Yii2?
Good afternoon! Tell me why he does not see the view?
model: ChangePasswordForm.php
controller
public function actionChangePassword()
{
....
return $this->render('changePassword', [
'modelChangePassword' => $modelChangePassword,
]);
}
views/site/changePassword.php
Html::a('Сменить пароль ', ['/site/changepassword'], ['class' => 'btn btn-link'])
Answer the question
In order to leave comments, you need to log in
link to view
/site/change-password
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question