public function init()
 {
     // import the module-level components
     $this->setImport(array('PatientTicketing.components.*'));
     \Yii::app()->authManager->registerRuleset('PatientTicketing', new components\PatientTicketing_AuthRules());
     parent::init();
 }
Exemple #2
0
 public function init()
 {
     parent::init();
     $this->setViewPath($this->getBasePath() . '/admin/views');
 }
Exemple #3
0
 public function init()
 {
     parent::init();
     //$this->setViewPath($this->getBasePath() . '/home/views');
 }
 public function init()
 {
     // import the module-level components
     $this->setImport(array('PASAPI.components.*'));
     parent::init();
 }
Exemple #5
0
 public function init()
 {
     parent::init();
     $this->_initMisc();
 }
Exemple #6
0
 public function init()
 {
     Yii::trace('Loaded "users" module.');
     $this->setImport(array('users.models.*'));
     parent::init();
 }