PHP Classes

File: site.php

Recommend this page to a friend!
  Classes of Gregory   Damn Small MVC   ???   Download  
File: ???
Role: Example script
Content type: text/plain
Description: Application
Class: Damn Small MVC
Light weight MVC implementation framework
Author: By
Last change:
Date: 20 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();
?>