PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Emmanuel Antico   eMapper   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: eMapper
Database abstraction layer that maps data types
Author: By
Last change:
Date: 9 years ago
Size: 214 bytes
 

Contents

Class file image Download
<?php
$loader
= require __DIR__ . '/../vendor/autoload.php';
$loader->add('eMapper', __DIR__);
$loader->add('Acme', __DIR__);

//set default timezone
date_default_timezone_set('America/Argentina/Buenos_Aires');