PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Frank Hartung   Database Interface   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Index.php for easy/simple exec of the example-execution
Class: Database Interface
Access MySQL databases using the MySQLi extension
Author: By
Last change: change of the order of exec and demo file include(require). 1st exec, last(3rd) shut be demonstration-file.
Date: 10 years ago
Size: 306 bytes
 

Contents

Class file image Download
<?php
// file: index.php (.aux)

//include the required file with the classes..
require_once('classes_namespace_fhDatabaseInterface.php');
require_once(
'exec_classes_namespace_fhDatabaseInterface.php');

//execute the examples..
include('demo_classes_namespace_fhDatabaseInterface.php');

//eof