public function dbdiffer($name) { if (!$this->initedDbDiffer) { DbDiffer::loadConfig('./dbdiffer.xml'); $this->initedDbDiffer = true; } return DbDiffer::db($name); }
protected function execute($sql) { $adapter = DbDiffer::db('bookstore')->adapter(); $adapter->execute($sql); }