| 
<?phpob_start();
 session_start();
 // error_reporting(0);
 
 require('./config.php');
 
 require(ROOT_PATH . 'routes.php');
 
 /* Codeme PHP Framework v2.0 - Write & Develop by [Minh Tien] - Email: [email protected]
 * You will create & define route here. Route will check then load controller which you create.
 *
 *
 *
 */
 ?>
 |