PHP Classes / PDO ActiveRecord

Store and retrieve objects from databases with PDO

PDO ActiveRecord PHP Class

This class can be used to store and retrieve objects from databases with PDO. It implements the Active Record design pattern to create, retrieve, update and delete objects that are mapped to given database tables. The class implements lazy loading so when a class variable is accessed before the respective database record was retrieved, it executes a query to get the class variable values from the database.

Similar PHP Classes

Search in PHP Classes

Filter by tags