Make SQL queries through object orientation without having to worry as much about query syntax.
You're able to call object functions to add parameters, and build the query once you're ready.
It's best used with long queries with multible parameters, and conditions that affect parameters.
The exampleObjects.php file provides examples on how to use the object functions!