modX.initialize
Last updated Dec 21st, 2019 | Page history | Improve this page | Report an issue
modX::initialize¶
Initializes the modX engine into a Context.
This includes preparing the session, pre-loading some common classes and objects, the current site and context settings, extension packages used to override session handling, error handling, or other initialization classes.
Syntax¶
API Doc: modX::initialize()
void initialize ([string $contextKey = 'web'])
Example¶
Initialize the 'sports' Context.
$modx->initialize('sports');