Skip to content

Instantly share code, notes, and snippets.

View achterbahn's full-sized avatar

Fabian Christen achterbahn

View GitHub Profile
@achterbahn
achterbahn / export.class.php
Last active April 12, 2017 09:11
MODX Extra Formz
<?php
class FormzDataExportProcessor extends modObjectGetListProcessor {
/* Class in model directory */
public $classKey = 'fmzFormsData';
/* Language package to load */
public $languageTopics = array('formz:default');
/* Field t sort by and direction */
public $defaultSortField = 'senton';