Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save maximishchenko/45ed79e803bb7345fadb to your computer and use it in GitHub Desktop.
Save maximishchenko/45ed79e803bb7345fadb to your computer and use it in GitHub Desktop.
Yii2_get_controller_module_and_action_id
<?php
echo Yii::$app->controller->id;
echo Yii::$app->controller->action->id;
echo Yii::$app->controller->module->id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment