PHP Classes

phpDB: SQL database access abstraction layer

Recommend this page to a friend!
  Info   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 71%Total: 1,960 All time: 2,006 This week: 54Up
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

 

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 (1)  
  • screenshot.png
  Files folder image Files (8)  
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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Reuses Unique User Downloads Download Rankings  
 0%1
Total:1,960
This week:0
All time:2,006
This week:54Up
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:214
 
Excellent
15 years ago (kishore kumar)
80%StarStarStarStarStar