PHP Classes

File: src/testing-preamble.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/testing-preamble.php   Download  
File: src/testing-preamble.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CMS Airship
Content management system with security features
Author: By
Last change: Merge remote-tracking branch 'origin/master'
Date: 7 years ago
Size: 317 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);

use
Airship\Engine\{
   
Database,
   
View,
   
State
};

/**
 * @global array $active
 * @global Database[] $dbPool
 * @global State $state
 * @global View $lens
 */

require_once __DIR__ . '/preload.php';
require_once
ROOT . '/bootstrap.php';
require_once
ROOT . '/boot_final.php';