PHP Classes

File: jsondb.init.php

Recommend this page to a friend!
  Classes of Dave Smith   JSON DB Project   jsondb.init.php   Download  
File: jsondb.init.php
Role: Auxiliary script
Content type: text/plain
Description: Application initialization
Class: JSON DB Project
Create and manage database stored in JSON files
Author: By
Last change:
Date: 7 years ago
Size: 66 bytes
 

Contents

Class file image Download
<?php
require_once('jsondb.class.php');
$jdb = new jsondb;
?>