PHP Classes

File: tests/autoload.php

Recommend this page to a friend!
  Classes of Kashif Abbasi   PHP DI Container   tests/autoload.php   Download  
File: tests/autoload.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP DI Container
Resolve dependencies from configuration files
Author: By
Last change:
Date: 7 years ago
Size: 169 bytes
 

Contents

Class file image Download
<?php

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

$vendorPath = realpath(dirname(__FILE__).'/../vendor');
$loader = require $vendorPath.'/autoload.php';