Database
Table of Contents
Interfaces
Classes
- AbstractDatabase
- A basic wrapper around php's PDO class.
- DatabaseConnectionManager
- A class to manage database connections as true singletons across the application.
- MySQL
- A MySQL Data Object
- PgSQL
- A Postgres Data Object
Traits
- DatabaseTrait
- This trait attaches a Database singleton to the user of the Trait. The key method is ::getDb() which returns a database object