PHP Classes

PDO Database Abstraction Layer: Database access wrapper based on PDO

Recommend this page to a friend!
  Info   View files Documentation   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog (1)    
Ratings Unique User Downloads Download Rankings
StarStarStar 57%Total: 579 This week: 1All time: 5,324 This week: 571Up
Version License PHP version Categories
pdo-abstraction 1.3GNU General Publi...5PHP 5, Databases
Description 

Author

This class is a database access wrapper based on PDO. It can:

- Establish connections to a given database server
- Execute prepared SQL queries using an array of query parameters
- Retrieve query results as arrays or objects
- Retrieve the number of affected rows or the last inserted table record identifier
- Manage transactions

Picture of Nitesh Apte
  Performance   Level  
Name: Nitesh Apte is available for providing paid consulting. Contact Nitesh Apte .
Classes: 17 packages by
Country: India India
Age: 40
All time rank: 1337 in India India
Week rank: 103 Up8 in India India Down
Innovation award
Innovation award
Nominee: 3x

Winner: 1x

Documentation

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


  Files folder image Files  
File Role Description
Plain text file abstract.DBConfig.php Class Initialize configuration of database
Plain text file class.PDOManager.php Class The main class of PDO for database interaction
Plain text file class.UserProfile.php Class Example class illustrating the use of PDOManager.
Accessible without login Plain text file DBConfig.php Conf. Values for database
Plain text file interface.DBConfigInterface.php Class Interface declaring the methods to implement for database interaction.
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file README.TXT Data Package description

 Version Control Unique User Downloads Download Rankings  
 87%
Total:579
This week:1
All time:5,324
This week:571Up
User Ratings User Comments (1)
 All time
Utility:81%StarStarStarStarStar
Consistency:100%StarStarStarStarStarStar
Documentation:66%StarStarStarStar
Examples:-
Tests:-
Videos:-
Overall:57%StarStarStar
Rank:1668
 
nice
7 years ago (muabshir)
70%StarStarStarStar