PHP Classes
elePHPant
Icontem

phpDB: SQL database access abstraction layer

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (7)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2006-06-03 (10 years ago) RSS 2.0 feedStarStarStarStar 71%Total: 1,932 All time: 1,970 This week: 1,109Up
Version License Categories
phpdb 1.0GNU General Publi...Databases
Description Author

This package abstracts the access to SQL databases.

It encapsulates several basic functions to access SQL databases like establishing connections, executing SQL queries and retrieving the data of the query result rows.

Currently it only supports MySQL, but there are hooks for supporting database interfaces like ODBC, PostgreSQL, MSSQL and Oracle.

Picture of Mike Leigh
Name: Mike Leigh <contact>
Classes: 7 packages by
Country: United Kingdom United Kingdom

Details
#==============================================================================#
+------------------------------------+
| phpDB - Database Abstraction Class |
+------------------------------------+

Author	:	Mike Leigh
Email	:	mike@mikeleigh.com
Website	:	http://www.mikeleigh.com/scripts/phpdb
Support	:	http://www.mikeleigh.com/forum
Licence	:	GNU GPL - see LICENCE file
Version	:	0.2

phpDB is a PHP Database Abstraction Layer, object orientated.

Incorporating phpDB into your application is as simple as including the class 
file like so:
	include('path/to/database.class.php');

For installation instructions see the INSTALL file.
For license details see the LICENSE file.
For development history see the CHANGELOG file.

#==============================================================================#
Screenshots  
  • screenshot.png
  Files folder image Files  
File Role Description
Files folder imagedocs (1 file)
Plain text file CHANGELOG Doc. Change Log
Plain text file database.class.php Class phpDB Main Class
Plain text file example_MySQL.php Example Example Script
Plain text file LICENSE Lic. License File
Plain text file INSTALL Doc. Installation Instructions
Plain text file README Doc. Readme

  Files folder image Files  /  docs  
File Role Description
  HTML file online.html Data Redirector to online documentation

 Version Control Reuses Unique User Downloads Download Rankings  
 0%1
Total:1,932
This week:0
All time:1,970
This week:1,109Up
User Ratings User Comments (1)
 All time
Utility:91%StarStarStarStarStar
Consistency:91%StarStarStarStarStar
Documentation:83%StarStarStarStarStar
Examples:83%StarStarStarStarStar
Tests:-
Videos:-
Overall:71%StarStarStarStar
Rank:244
 
Excellent
7 years ago (kishore kumar)
80%StarStarStarStarStar