Login   Register  
PHP Classes
elePHPant
Icontem

File: site.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Gregory  >  Damn Small MVC  >  site.php  >  Download  
File: site.php
Role: Example script
Content type: text/plain
Description: Application
Class: Damn Small MVC
Light weight MVC implementation framework
Author: By
Last change:
Date: 2005-05-12 09:27
Size: 138 bytes
 

Contents

Class file image Download
<?
require_once "lib/class.config.inc";
require_once 
"lib/class.mvc.inc";

$site = new mvc();
$site->execute();
$site->done();
?>