<?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(); ?>