PHP Classes

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    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 71%Total: 1,959 This week: 1All time: 2,006 This week: 560Up
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
Age: 47
All time rank: 19312 in United Kingdom
Week rank: 109 Up5 in United Kingdom Up

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,959
This week:1
All time:2,006
This week:560Up
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:211
 
Excellent
14 years ago (kishore kumar)
80%StarStarStarStarStar