PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Ali Sharifi   MVC 4 Dummies   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Sample output
Class: MVC 4 Dummies
Web development PHP MVC framework
Author: By
Last change:
Date: 9 years ago
Size: 214 bytes
 

Contents

Class file image Download
<?php



include 'conf/app.php';
//include SMARTY_DIR . 'Smarty.class.php';
include 'core/autoload.php';
ErrorHandler::SetHandler(ERROR_TYPES);
include
'routes.php';
//
//$app = new Application();
//$app->run();
?>