예제 #1
0
파일: DBSQL.php 프로젝트: ranmadxs/dorcl
 public static function getInstance()
 {
     if (!self::$dbsql instanceof self) {
         self::$dbsql = new self();
     }
     return self::$dbsql;
 }