How to get current action id in yii ?
Answer / Shweta Jain
In Yii, you can get the current action ID using the $this->context->action->id property. This property returns the ID of the currently executed action.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between yii & yii2?
How to get current url in yii?
What are the core application components available on yii?
Please list basic server requirements to install yii 2 framework?
What is cactiverecord in yii framework ?
What are the benefits of yii over other frameworks?
How to use module components and aliases?
How can we get all root directory path in yii2?
How we can set default controller in yii?
What is cmodel class in yii 2.0 framework?
What is the first function that gets loaded from a controller?
How to use find() and findall () in yii2?