PHP Classes

File: Test/new_userTable.php

Recommend this page to a friend!
  Classes of Stanley Aloh   Text Driven Database using PHP OOP   Test/new_userTable.php   Download  
File: Test/new_userTable.php
Role: Example script
Content type: text/plain
Description: Example 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: 141 bytes
 

Contents

Class file image Download
<?php
   
require_once __DIR__ . '/bootstrap.php';

  
$database = DBFactory::get('StanDatabase');

  
$database->create_table('User');