Skip to content

Instantly share code, notes, and snippets.

//<?php
$manager_theme = $modx->config['manager_theme'];
$data = $modx->runSnippet('DocLister', array(
'debug' => 0,
'idType' => 'documents',
'ignoreEmpty' => 1,
'controller' => 'onetable',
'table' => 'subscribers',
'dateSource' => 'createdon',