xPDOObject
Most of the magic of xPDO is packed into the class xPDOObject. This class is the base persistence class which every domain class and table class you create with xPDO will derive it's properties and behavior from. xPDOObject is a domain class and an Active Record pattern implementation, where each instance represents a row in a specific database table.
- Static Object Loaders
- Configuration Accessors
- Field Accessors
- Related Object Accessors
- Persistence Methods
- Metadata Accessors
- Validation
- State Accessors
Suggest an edit to this page on GitHub (Requires GitHub account. Opens a new window/tab).