\FubberDb

Interfaces

IDb Generic DB driver interface. Can be mapped directly to most SQL database engines.

Classes

Cache Cache that uses the database as a backend. Should perform quite well for a small site.
EmptyTableSet Useful method for returning an empty result set, for example if filtering will remove all items.
Exception Exception to be used for Db related errors
PdoDb PDO database wrapper using the IDb interface
QueryException Exception thrown whenever a query fails
Table Represents tabular data from any database backend.
TableSet Represents a subset of data from a class that extends Table. Allows filtering of the data.
TableUnion This class combines two TableSets into one. This works similarly to using the OR clause in SQL.