PHP Classes

File: code/index.php

Recommend this page to a friend!
  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: 11 years ago
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'); ?>