| 
<?php/**
 * @author      Pierre-Henry Soria <[email protected]>
 * @copyright   (c) 2012, Pierre-Henry Soria. All Rights Reserved.
 * @link        http://github.com/pH-7
 * @license     CC-BY License - http://creativecommons.org/licenses/by/3.0/
 */
 
 namespace PH7\Framework;
 defined('PH7') or exit('Restricted access');
 
 // You can include other scripts here...
 
 |