Esempio n. 1
0
 public static function close()
 {
     if (!is_null(self::$DBH)) {
         //print("Closing database<br>");
         self::$DBH = null;
     }
 }