id == 'frontend') { $this->controllerNamespace = $class->getNamespaceName() . '\\frontend\\controllers'; $this->viewPath = $this->basePath . '/frontend/views'; } elseif (Yii::$app->id == 'backend') { $this->controllerNamespace = $class->getNamespaceName() . '\\backend\\controllers'; $this->viewPath = $this->basePath . '/backend/views'; } } }