PHP Classes

File: web/index.php

Recommend this page to a friend!
  Classes of John Marlo Factorin   Bit Framework   web/index.php   Download  
File: web/index.php
Role: Example script
Content type: text/plain
Description: Class source
Class: Bit Framework
MVC based Web application development framework
Author: By
Last change: Update of web/index.php
Date: 2 months ago
Size: 243 bytes
 

Contents

Class file image Download
<?php

define
('__ROOT__', dirname(__DIR__) . '/');
require_once(
__ROOT__ . 'vendor/autoload.php');
require_once(
__ROOT__ . 'app/config/bootstrap.php');
require_once(
__ROOT__ . 'app/config/core.php');
Snipworks\BitCore\Application::dispatch();