root/apps/notifier/conf/environment.php

Revision 835 (checked in by goldoraf, 2 years ago)

Added skeleton of notifier demo app

Line 
1 <?php
2
3 date_default_timezone_set('Europe/Paris');
4
5 // Choose components you're going to use
6 // $config->components = array('mailer', 'webservice');
7
8 // Add new inflection rules:
9 // (Example)
10 // SInflection::add_singular_rule('/games$/', 'game');
11 // SInflection::add_plural_rule('/game$/', 'games');
12
13 // Include your application configuration below
14
15
16 ?>
17
Note: See TracBrowser for help on using the browser.