Hi, i’m a newbie in yii, i want to redirect the content of a page to show it in another page inside de content of a TbWizard, somebody can help me? Thanks…Email me
Hi, i’m a newbie in yii, i want to redirect the content of a page to show it in another page inside de content of a TbWizard, somebody can help me? Thanks…Email me
hello,
you want to redirect page then please use this
$model = new ModelName;
$this->getController()->redirect(Yii::app()->createUrl(‘module/controller/action’, array(‘id’ => $model->id)));
Please can you write/describe your problem little bit better, because I don’t understand what you want?