public function close() { if (self::$dbm) { self::$dbm->close(); self::$dbm = null; } if (self::$dbs) { self::$dbs->close(); self::$dbs = null; } }