예제 #1
0
 public function patch()
 {
     App_Db::connect(include __DIR__ . '/../config/db.php');
     if (class_exists('Patch')) {
         (new Patch())->run();
     }
 }
예제 #2
0
파일: model.php 프로젝트: nexces/transys
 public function __construct()
 {
     parent::connect();
     return $this;
 }