PHP Classes

File: public/index.php

Recommend this page to a friend!
  Classes of ikhsan   Slim Starter   public/index.php   Download  
File: public/index.php
Role: Application script
Content type: text/plain
Description: front controller
Class: Slim Starter
Build MVC Web applications based on Slim framework
Author: By
Last change: Update of public/index.php
Date: 2 months ago
Size: 63 bytes
 

Contents

Class file image Download
<?php
$app
= require '../app/bootstrap/start.php';
$app->run();