_loadInstance
Last updated not available | Page history | Improve this page | Report an issue
xPDOObject::_loadInstance()¶
This function is responsible for turning a result set row into an xPDOObject instance of the proper class.
Syntax¶
API Doc: _loadInstance
static xPDOObject _loadInstance(
xPDO &$xpdo,
string $className,
mixed $criteria,
array $row
)