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
?>
//
To read More about from here posted by Maz
YII - Get name of current controller's action
Tags:
0 comments: