PHP Classes

File: public/index.php

Recommend this page to a friend!
  Packages of Alvaro Talavera   PHP Light MVC   public/index.php   Download  
File: public/index.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Light MVC
MVC framework to implement PHP Web applications
Author: By
Last change:
Date: 3 months ago
Size: 93 bytes
 

Contents

Class file image Download
<?
require_once realpath(dirname(__FILE__)) . '/../core/boot.php';
Dispatcher::dispatch();
?>