Login   Register  
PHP Classes
elePHPant
Icontem

File: www/index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of lattuada  >  Another simple MVC  >  www/index.php  >  Download  
File: www/index.php
Role: Example script
Content type: text/plain
Description: index of the app
Class: Another simple MVC
Model view controller framework implementation
Author: By
Last change:
Date: 2010-02-15 10:12
Size: 154 bytes
 

Contents

Class file image Download
<?php

require "../config/defines.php";
require 
"../config/startup.php";

$front = new Front();
$front->setPath(APP_DIR DS 'modules');
$front->run();