当我在Action中使用重定向时,afterAction方法(在controller.php中)不起作用!我该如何解决这个问题?注意:我不能使用beforeAction因为我在我的Action中生成一个变量,我在afterAction中使用它提前致谢...publicfunctionactionHsh(){$this->hesam=502;$this->redirect(array('charge/printMyCharge'));}在CController中protectedfunctionafterAction($action){$number=$this->hesam=502;}