PHP Classes

File: tests/Bootstrap.php

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe File Storage   tests/Bootstrap.php   Download  
File: tests/Bootstrap.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Dframe File Storage
Store and retrieve files in a database
Author: By
Last change: Resolved #24, clean up
Resolved #24, add tests
Date: 3 years ago
Size: 120 bytes
 

Contents

Class file image Download
<?php

require_once __DIR__ . '/../vendor/autoload.php';

define('APP_NAME', 'Dframe');
define('APP_DIR', __DIR__.'/');