PHP Classes

File: tests/Bootstrap.php

Recommend this page to a friend!
  Classes of Slawomir Kaleta   Dframe Database   tests/Bootstrap.php   Download  
File: tests/Bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Dframe Database
Access a MySQL database using PDO
Author: By
Last change: Update of tests/Bootstrap.php
Date: 3 years ago
Size: 162 bytes
 

Contents

Class file image Download
<?php

session_start
();
include_once
dirname(__FILE__) . '/../vendor/autoload.php';

// Application configuration
define('APP_DIR', dirname(__FILE__) . '/app/');