<?php 
/** 
 * This file is part of the O2System PHP Framework package. 
 * 
 * For the full copyright and license information, please view the LICENSE 
 * file that was distributed with this source code. 
 * 
 * @author         Steeve Andrian Salim 
 * @copyright      Copyright (c) Steeve Andrian Salim 
 */ 
// ------------------------------------------------------------------------ 
 
/* 
| ------------------------------------------------------------------- 
|  Autoload helpers 
| ------------------------------------------------------------------- 
| These are the helpers located in the modular Helpers folder. 
| 
| Example: 
| 
|    $helpers = [ 'url' ]; 
*/ 
 
$helpers = [ 'Url', 'Html', 'DateTime' ]; 
 
 |