Example #1
0
 public static function getDBInstance()
 {
     if (!self::$dbInstance) {
         self::$dbInstance = new self();
     }
     return self::$dbInstance;
 }