PHP Classes

File: public/index.php

Recommend this page to a friend!
  Classes of Joubert RedRat   Fox micro framework   public/index.php   Download  
File: public/index.php
Role: Example script
Content type: text/plain
Description: Example
Class: Fox micro framework
Model View Controller micro-framework
Author: By
Last change: Update of public/index.php
Date: 2 years ago
Size: 259 bytes
 

Contents

Class file image Download
<?php
/**
 * Frontend do app
 *
 * @author Joubert <eu@redrat.com.br>
 */

define('APP_PUBLIC_PATH', __DIR__);
define('FOX_PATH', implode(DIRECTORY_SEPARATOR, [__DIR__, '..', 'fox']));

require(
FOX_PATH.DIRECTORY_SEPARATOR.'bootstrap.php');

\
Fox\Lets::go();