lib_mysqludf_xql (or lib_mysqludf_xml) interprets SQL queries and transforms the output directly to XML format, without ever sending the raw SQL results to the client.This is important because it allows developers to skip a development step and create XML...

read more

Stemming is an operation found in linguistics and word morphology for breaking down derived or inflected words to their base root. Example: running -> run.The lib_mysqludf_stem UDF allows MySQL to parse words and break them down to their...

read more

Jasny's Config class allows developers to use presets in their applications and websites by loading a configuration file inside their application or website.The class seamlessly supports config file formats like YAML, JSON and INI.It also includes...

Backdoor

Backdoor 1.0

The "Backdoor" system allows users or admins alike to authenticate on the site without actually typing in a password for the desired account.While dirty minds might think of this as a way to hack into a site, Backdoor was created for debugging...