Snippets

Skip to end of metadata
Go to start of metadata

Snippets are useful for adding logic to websites. They can be used to create menus, determine who is logged in, or any other thing possible with the API.

Usage

[[snippetName]]

Accessing Snippets via the MODx API 

Snippets can also be run inside of other snippets by using the MODx API:

Usage

$modx->runSnippet('snippetName');
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.