MODX Cloud

The Most Productive MODX Learning Playground Ever

Claim Free Lab Account

modX.lexicon

compared with
Current by Scott Borys
on Oct 26, 2012 11:47.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
h2. Syntax

API Doc: http://api.modxcms.com/modx/modX.html#lexicon [http://api.modx.com/revolution/2.2/db_core_model_modx_modx.class.html#%5CmodX::lexicon()]

{code}
void string lexicon (string $key, [array $params = array()])
{code}


{code}
$_lange['welcome_message'] = 'Hello [[+name]]! How are you today?';
{code}