Understanding MODx 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]] Snippets can also be run inside of other snippets by using the MODx API:
Usage:
$modx->runSnippet('snippetName');