Add all code files from IDE

This commit is contained in:
Miguel Nogueira
2018-06-07 10:56:13 +00:00
commit 06fc7e5360
28 changed files with 4956 additions and 0 deletions

10
source/boot.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
$ROOT = $_SERVER['DOCUMENT_ROOT'];
error_reporting(E_ALL);
ini_set('display_errors', 1);
require $ROOT . "/vendor/autoload.php";
// Other load tasks here