public function init() { parent::init(); // TODO: Change the autogenerated stub $this->layout = 'clear'; $this->view->registerJsFile('/jsLib/prj/ctrl.js', ['position' => \yii\web\View::POS_END]); }
public function init() { parent::init(); // TODO: Change the autogenerated stub if (!\Yii::$app->user->can('adm_user')) { if (!\Yii::$app->request->isAjax) { \Yii::$app->getResponse()->redirect('/login?err=1'); } else { Core::error('У Вас нет прав на контроллер'); Core::encode_echo(); } } }
public function init() { parent::init(); // TODO: Change the autogenerated stub $this->layout = 'clear'; }