Yii jumping to next page [closed]

2019-09-21 20:04发布

问题:

I have three different form pages in yii. But I am not able to move to next form page after submitting one. How to do it??

回答1:

Use Redirect as shown

$this->redirect(array('Step1'));


标签: yii