예제 #1
0
파일: Base.php 프로젝트: ttmdear/juborm
 public function dbdiffer($name)
 {
     if (!$this->initedDbDiffer) {
         DbDiffer::loadConfig('./dbdiffer.xml');
         $this->initedDbDiffer = true;
     }
     return DbDiffer::db($name);
 }
예제 #2
0
파일: Base.php 프로젝트: ttmdear/dbdiffer
 protected function initConnection()
 {
     DbDiffer::loadConfig('./dbdiffer.xml');
 }