PHP Classes

File: headers.php

Recommend this page to a friend!
  Classes of Cuthbert Martin Lwinga   PHP MySQL Handling Class   headers.php   Download  
File: headers.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP MySQL Handling Class
Execute common MySQL database queries using MySQLi
Author: By
Last change:
Date: 8 months ago
Size: 227 bytes
 

Contents

Class file image Download
<?PHP
include_once("AbstractClasses.php");
include_once(
"MySqlKeyword.php");
include_once(
"Table.php");
include_once(
"TableColumn.php");
include_once(
"MySql.php");
include_once(
"IException.php");
include_once(
"Utility.php");
?>