Login   Register  
PHP Classes
elePHPant
Icontem

File: code/index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Junaid Hassan  >  PHP MVC  >  code/index.php  >  Download  
File: code/index.php
Role: Application script
Content type: text/plain
Description: index
Class: PHP MVC
MVC framework that loads XML configuration files
Author: By
Last change:
Date: 2013-04-27 07:05
Size: 549 bytes
 

Contents

Class file image Download
<?php
/* File name        : index.php
 * Created by       : Junaid Hassan (email : junaidhassanalvi@gmail.com , blog : junaidhassanalvi.wordpress.com)
 * Created On       : 13-April-2103
 * Description      : This is entry point. Every request will be landed here.
 *                  : change the path of includes here, if you want
 * 
 * Change Logs      :     
 *                    
 * 
 */
?>


<?php define("INCLUDES""includes"); ?>

<?php //jha-- to start the process ?>
<?php 
include(INCLUDES '/starter.php'); ?>