PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Jorge Castro   PHP PDO One   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP PDO One
Access to database with PDO and run common queries
Author: By
Last change: 1.21 see README.md
Date: 4 years ago
Size: 177 bytes
 

Contents

Class file image Download
<?php

if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
    require_once
__DIR__ . '/../vendor/autoload.php';
} else {
    require_once
__DIR__ . '/../autoload.php';
}