xPDO.getManager
Last updated Apr 6th, 2019 | Page history | Improve this page | Report an issue
xPDO::getManager¶
Gets the manager class for this xPDO connection.
The manager class can perform operations such as creating or altering table structures, creating data containers, generating custom persistence classes, and other advanced operations that do not need to be loaded frequently.
Syntax¶
API Docs: http://api.modxcms.com/xpdo/xPDO.html#getManager
object|null getManager ()
Example¶
$manager = $xpdo->getManager();