I am using Yii framework for my project;
I am redirecting page after success of insertion in database to another controller using
$this->redir
To redirect into same action with the all parameters that already have this works for me.
$this->redirect($_PHP['SELF']);