modX.initialize
Last updated Apr 6th, 2019 | Page history | Improve this page | Report an issue
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn moremodX::initialize¶
Initializes 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'], [$options = null])
-
$contextKey
(string) Indicates the context to initialize -
$options
(string) An array of options for the initialization.
Example¶
Initialize the 'sports' Context.
$modx->initialize('sports');
See Also¶
Support the team building MODX with a monthly donation.
The budget raised through OpenCollective is transparent, including payouts, and any contributor can apply to be paid for their work on MODX.
Backers
Budget
$306 per month—let's make that $500!
Learn more