public function init() { // this method is called when the module is being created // you may place code here to customize the module or the application // import the module-level models and components $this->setImport(array('OphCoCorrespondence.models.*', 'OphCoCorrespondence.views.*', 'OphCoCorrespondence.components.*', 'OphCoCorrespondence.controllers.*')); parent::init(); }
public function init() { // this method is called when the module is being created // you may place code here to customize the module or the application // import the module-level models and components $this->setImport(array('OphCiPhasing.models.*')); parent::init(); }
public function init() { // this method is called when the module is being created // you may place code here to customize the module or the application // import the module-level models and components $this->setImport(array('OphOuAnaestheticsatisfactionaudit.models.*', 'OphOuAnaestheticsatisfactionaudit.components.*')); $this->moduleShortSuffix = 'anaestheticsataudit'; parent::init(); }
public function init() { $this->setImport(array('OphInVisualfields.models.*', 'OphInVisualfields.components.*', 'OphInVisualfields.commands.*')); parent::init(); }