PHP Classes

File: WEB-INF/main.php

Recommend this page to a friend!
  Classes of Gregory   Damn Small MVC   WEB-INF/main.php   Download  
File: WEB-INF/main.php
Role: Example script
Content type: text/plain
Description: Site URI structure model
Class: Damn Small MVC
Light weight MVC implementation framework
Author: By
Last change:
Date: 18 years ago
Size: 226 bytes
 

Contents

Class file image Download
<?
/*
    Site model file environmant varuables
    $_RUN URI structure
    $_HEADER HTTP header variables
*/
$_HEADER = array(
   
'Content-Type: text/html; Charset=Windows-1251',
    );

$_RUN = array(
   
'#' => 'index',
    );
?>