コード例 #1
0
ファイル: DBSQL.php プロジェクト: ranmadxs/dorcl
 public static function getInstance()
 {
     if (!self::$dbsql instanceof self) {
         self::$dbsql = new self();
     }
     return self::$dbsql;
 }