Answer the question
In order to leave comments, you need to log in
Yii how to change link when moving controller?
Hello everyone) There is such a sore subject as changing project links. Now the links are done like this:
Html::a(Html::encode($model->profile->fullName), ['/user/profile/view', 'id' => $model->profile->id])
Html::a(Html::encode($model->profile->fullName), ['/director/profile/view', 'id' => $model->profile->id])
['/user/profile/view', 'id' => $model->profile->id]
and change to['/director/profile/view', 'id' => $model->profile->id]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question