Like a low-budget php version of an ORM-library where budget wasn't even enough for a database and we have to be happy with in-session-memory. Contrary to the proper db-based libraries this one works ...
This a simple OOP PHP query builder based on PDO (PHP Data Object). The query builder use prepared statements and value binding to prevent SQL injection, making your queries secure to perform on your ...