Ejemplo n.º 1
0
 public static function getDBinstance()
 {
     if (!self::$DBHandler instanceof DBHandler) {
         self::$DBHandler = new DBHandler();
     }
 }