Skip to content

Instantly share code, notes, and snippets.

@animaux
animaux / data.next_month.php
Created February 19, 2019 21:24
Symphony CMS Custom Datasource. Displays next month as param in the param pool.
<?php
require_once(TOOLKIT . '/class.datasource.php');
class datasourcenext_month extends Datasource{
function about(){
return array(
'name' => 'Next Month',
'author' => array(