PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Wolfy-J   spiral   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: spiral
Modular Web application development framework
Author: By
Last change: init 2.0
new core structure
new core structure
Date: 5 years ago
Size: 222 bytes
 

Contents

Class file image Download
<?php
/**
 * Spiral Framework, SpiralScout LLC.
 *
 * @author Anton Titov (Wolfy-J)
 */

error_reporting(E_ALL | E_STRICT);
ini_set('display_errors', true);

//Composer
require dirname(__DIR__) . '/vendor/autoload.php';