PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Nitesh Apte   PDO Database Abstraction Layer   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PDO Database Abstraction Layer
Database access wrapper based on PDO
Author: By
Last change:
Date: 7 years ago
Size: 434 bytes
 

Contents

Class file image Download

database-access-wrapper-based-on-PDO

A database access wrapper based on PDO - PDO is abstracted

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