Login   Register  
PHP Classes
elePHPant
Icontem

File: index.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of jeffrey Afable  >  Build Simple OO MVC  >  index.php  >  Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Starter
Class: Build Simple OO MVC
Implements the MVC design pattern
Author: By
Last change:
Date: 2011-12-20 17:26
Size: 99 bytes
 

Contents

Class file image Download
<?php
    
/*
        Starts the Framework
    */
    
include_once('simple_mvc.php');
    
Run('controller1');
?>