Exemplo n.º 1
0
 public function init()
 {
     parent::init();
     $this->db = Instance::ensure($this->db, Connection::className());
 }
Exemplo n.º 2
0
 public function init()
 {
     parent::init();
     $this->path = Yii::getAlias($this->path . '/' . $this->module->id);
 }