$controller=Yii::app()->controller; $action=$controller->action; //Getting the current action echo $action->id; //Getting the current ...
確定! 回上一頁