S
S
Sergey2015-03-14 00:30:05
Yii
Sergey, 2015-03-14 00:30:05

How to redirect user to another page in yii2?

You need something like a redirect to another page or controller.

if ($data != NULL) {
  return $this->render('company', ['data' => $data, 'user' => $user]);
} else {
  //редирект на страницу профиля r=user/profile&id=$id
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Semenko, 2015-03-14
@butteff

return Yii::$app->response->redirect(['user/profile', 'id' => $id]);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question