Exemple #1
0
 public function dbdiffer($name)
 {
     if (!$this->initedDbDiffer) {
         DbDiffer::loadConfig('./dbdiffer.xml');
         $this->initedDbDiffer = true;
     }
     return DbDiffer::db($name);
 }
Exemple #2
0
 protected function initConnection()
 {
     DbDiffer::loadConfig('./dbdiffer.xml');
 }