PHP Classes

File: app/bootstrap/app.php

Recommend this page to a friend!
  Classes of ikhsan   Slim Starter   app/bootstrap/app.php   Download  
File: app/bootstrap/app.php
Role: Application script
Content type: text/plain
Description: startup configuration
Class: Slim Starter
Build MVC Web applications based on Slim framework
Author: By
Last change: Update of app/bootstrap/app.php
Date: 5 months ago
Size: 171 bytes
 

Contents

Class file image Download
<?php

/**
 * Hook, filter, etc should goes here
 */

/**
 * error handling sample
 *
 * $app->error(function() use ($app){
 * $app->render('error.html');
 * });
 */