PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Ahmed Saad   Simple PHP MVC Framework   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Simple PHP MVC Framework
Developing Web applications using the MVC pattern
Author: By
Last change:
Date: 1 year ago
Size: 390 bytes
 

Contents

Class file image Download
<?php
   
   
/**
     * Application Main Page That Will Serve All Requests
     *
     * @package Simple Framework
     * @author Ahmed Saad <a7mad.sa3d.2014@gmail.com>
     * @version 2.0.0
     * @license https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt CC-BY-SA-4.0 Creative Commons Attribution Share Alike 4.0
     */
   
   
require_once( 'App/Library/initializing.php' );

    new \
App\Library\Request();