PHP Classes

File: README.TXT

Recommend this page to a friend!
  Classes of Nitesh Apte   PDO Database Abstraction Layer   README.TXT   Download  
File: README.TXT
Role: Auxiliary data
Content type: text/plain
Description: Package description
Class: PDO Database Abstraction Layer
Database access wrapper based on PDO
Author: By
Last change:
Date: 9 years ago
Size: 304 bytes
 

Contents

Class file image Download
PDO abstraction layer for database. Developers don't need to know about the implementation if it is either a PDO or simple PHP database interaction code. Just follow the implementation in class.UserProfile.php. Currently supported features: 1. SELECT 2. INSERT 3. UPDATE 4. DELETE 5. TRANSACTIONS