will execute afterAction if Yii::app()->end(); called in the controller ?
will execute afterAction if Yii::app()->end(); called in the controller ?
Hi
The answer is no.
afterAction will not executed after of Yii::app()->end() (without parameters)
Ok. Thanks