xPDOObject
Last updated Dec 22nd, 2019 | Page history | Improve this page | Report an issue
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.