Esempio n. 1
0
 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]);
 }
Esempio n. 2
0
 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();
         }
     }
 }
Esempio n. 3
0
 public function init()
 {
     parent::init();
     // TODO: Change the autogenerated stub
     $this->layout = 'clear';
 }