PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Johnny Mast   PHP Filters and Actions   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Filters and Actions
Listen to events and execute registered actions
Author: By
Last change:
Date: 6 years ago
Size: 324 bytes
 

Contents

Class file image Download
<?php
error_reporting
(E_ALL);
ini_set('display_errors', true);

define("DEMO_DIR", dirname(__FILE__).'/../demos');

require_once
dirname(__FILE__) . '/../vendor/autoload.php';
require_once
dirname(__FILE__) . '/Actions/Assets/CallbackFunctions.php';
require_once
dirname(__FILE__) . '/Filters/Assets/CallbackFunctions.php';