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