I am using Yii framework for my project;
I am redirecting page after success of insertion in database to another controller using
$this->redir
try this:
Yii::$app->response->redirect(['site/dashboard','id' => 1, 'var1' => 'test']);