connect_options[MYSQLI_OPT_INT_AND_FLOAT_NATIVE] = true; self::$uDB->error_handler= function(){}; self::$uDB->throw_exception_on_error = true; self::$uDB->throw_exception_on_nonsql_error = true; } return self::$uDB; } public static function prefix() { return self::$prefix; } }