/** * Quit the actual Database Connection * * @author Jonathan Sandoval <*****@*****.**> **/ static function disconnectDB() { self::$mysqli_obj = NULL; }