PHP Classes

File: public/index.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Very Simple MVC   public/index.php   Download  
File: public/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Very Simple MVC
Framework to route requests to controller classes
Author: By
Last change:
Date: 1 year ago
Size: 57 bytes
 

Contents

Class file image Download
<?php

require_once "../app/init.php";
$app = new App();