Database
Interfaces, Classes, Traits and Enums
- Connection
 - A PDO Database class with additional debugging functions.
 - DatabaseCollection
 - DatabaseCollection a Collection interface to a database result.
 - PreparedStatement
 - A PDOStatment subclass that logs prepared statements.
 - SessionHandler
 - Sessie gegevens 'centraal' opslaan in een database Hierdoor kan een Loadbalancer in 'round robin' mode draaien.
 - Sql
 - Query object to mutate and generate (complex) SQL queries.
 - Statement
 - PDOStatement override Adds Countable to the Database results.