PHP Classes

File: Test/bootstrap.php

Recommend this page to a friend!
  Classes of Stanley Aloh   Text Driven Database using PHP OOP   Test/bootstrap.php   Download  
File: Test/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Text Driven Database using PHP OOP
Create and manage database tables stored in files
Author: By
Last change:
Date: 23 days ago
Size: 160 bytes
 

Contents

Class file image Download
<?php
   
require_once dirname(__DIR__) . '/src/DBFactory.php';
   
   
//set folder to find your database folders
   
DBFactory::set_global_path(__DIR__);