PHP Classes

File: index.php

Recommend this page to a friend!
  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: 12 years ago
Size: 99 bytes
 

Contents

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