PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Nahid Bin Azhar   PHP JSON DB Library   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP JSON DB Library
Manage a database with data stored in JSON files
Author: By
Last change:
Date: 4 years ago
Size: 90 bytes
 

Contents

Class file image Download
<?php
require 'JsonDb.php';

use
Nahid\JsonDb;

$jdb = new JsonDb('erps');

if(
$jdb) {

}