示例#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');
 }