Yii forward with params

Yii’s forward doesn’t work with passing params to actions. I.e. This doesn’t work: $this->forward(“/mycontroller/myaction/1/2”); Because of the way urlmanager works I made the decision early on to have all action parameters take on the var names $id and $id2. So in the main config: So I used Controller.php in the components directory to override the … Continue reading Yii forward with params