Tuesday, 6 December 2016

YII - Get name of current controller's action

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


Previous Post
Next Post

About Author

0 comments: