<?php namespace backend\modules\employee; /** * employee module definition class */ class Employee extends \yii\base\Module { /** * {@inheritdoc} */ public $controllerNamespace = 'backend\modules\employee\controllers'; /** * {@inheritdoc} */ public function init() { parent::init(); // custom initialization code goes here } }