How to get current action id in yii ?
Answer Posted / 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.
Post New Answer View All Answers
What is the latest version of yii?
4