current controller Archive
06 Jan 2014
YII – Get name of current controller’s action

In Yii framework if we want to get name of current controller’s action. It can be done by following command. <?php echo Yii::app()->controller->action->id ?>