modX::getConfig
Get the configuration for the site.
Syntax
API Doc: http://api.modxcms.com/modx/modX.html#getConfig
array getConfig ()
Example
Get the site config into an array.
$config = $modx->getConfig();
Get the configuration for the site.
API Doc: http://api.modxcms.com/modx/modX.html#getConfig
array getConfig ()
Get the site config into an array.
$config = $modx->getConfig();