PHP Classes

File: data.mysql5.lib.php

Recommend this page to a friend!
  Classes of Martin Alterisio   DATA   data.mysql5.lib.php   Download  
File: data.mysql5.lib.php
Role: Application script
Content type: text/plain
Description: Include to use the DATA library using a MySQL5 database.
Class: DATA
Access data stored in MySQL tables like arrays
Author: By
Last change: Proof of concept status dropped.
Release of version 0.7.0 of DATA class package.
Date: 16 years ago
Size: 213 bytes
 

Contents

Class file image Download
<?php
/**
 * Include to use the DATA library using a MySQL5 database.
 */

require_once 'data.lib.php';

/**
 * @global DATA_MySQL5_Database The database object.
 */
$DB = new DATA_MySQL5_Database();
?>