PHP Classes

File: site.php

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