Ejemplo n.º 1
0
Archivo: One.php Proyecto: schpill/thin
 /**
  * Delete all registered PDO objects in _db array.
  */
 public static function reset_db()
 {
     self::$_db = [];
 }