Snippets

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');

Suggest an edit to this page on GitHub (Requires GitHub account. Opens a new window/tab).