PHP Classes

File: www/index.php

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