PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Minh Tien   Codeme PHP Framework   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Class source
Class: Codeme PHP Framework
MVC Web application development framework
Author: By
Last change: Update of index.php
Date: 2 months ago
Size: 327 bytes
 

Contents

Class file image Download
<?php
ob_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: safeservicejt@gmail.com
 * You will create & define route here. Route will check then load controller which you create.
 *
 *
 *
 */
?>