Login   Register  
PHP Classes
elePHPant
Icontem

File: INSTALL

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Adrian Lehmann  >  AbstractDB  >  INSTALL  >  Download  
File: INSTALL
Role: Documentation
Content type: text/plain
Description: Installation Instructions
Class: AbstractDB
Database access abstraction package
Author: By
Last change: Latest version. See changes for abstractdb.class.php for details.
Date: 2005-03-13 03:59
Size: 623 bytes
 

Contents

Class file image Download
------------------------------------------------------
  AbstractDB Installation Instructions
------------------------------------------------------
1) Upload all of the files extracted from the distribution file onto your web 
   server. Ensure that the drivers sub directory is in the same directory as 
   the abstractdb.class.php and abstractdb_driver.class.php files.
   
2) Include the abstractdb.class.php file wherever you need to use AbstractDB 
   functionality.
   
   include("path/to/abstractdb/abstractdb.class.php");
   
   AbstractDB will handle locating and loading the required driver classes.