modX.initialize

Skip to end of metadata
Go to start of metadata


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: http://api.modxcms.com/modx/modX.html#initialize

void initialize ([string $contextKey = 'web'])

Example

Initialize the 'sports' Context.

$modx->initialize('sports');

See Also

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.