Exemplo n.º 1
0
 /**
  * Initializes the migration.
  */
 public function init()
 {
     $connection = Connection::className();
     if (!$this->db instanceof $connection) {
         throw new InvalidConfigException('The required component is not specified.');
     }
 }
Exemplo n.º 2
0
 public function execute($params = [])
 {
     $this->db->execute($this->_sql);
 }