PHP Classes

DBSql Class: Database abstraction layer

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 639 All time: 5,000 This week: 455Up
Version License PHP version Categories
dbsql_class 0.1GNU General Publi...5.0PHP 5, Databases
Description 

Author

This package implements a database abstraction layer.

It provides functions to perform several database access operations to different types of relational databases using the same interface. Currently it provide function to:

- Establish database connections
- Execute prepared or direct SQL queries
- Limit the range of result set rows that are returned by a query
- Retrieve the number of result set rows or affected database table rows
- Retrieve result set rows into arrays
- Execute INSERT, UPDATE and DELETE queries from a list of parameters
- Count or check if there is a database table records with a value in given field
- Retrieve the value returned by query results with a single column and row
- Retrieve all query result values into an bi-dimensional array
- Retrieve a range records from a table sorting by a given field

Currently this package provides driver classes to access to MySQL, SQLite and PostgreSQL databases.

Picture of meth
Name: meth <contact>
Classes: 1 package by
Country: Spain Spain

  Files folder image Files (4)  
File Role Description
Files folder imagedrivers (3 files)
Plain text file dbsql.class.php Class Main file of the class

  Files folder image Files (4)  /  drivers  
File Role Description
  Plain text file mysql.driver.php Class Driver to access MySQL databases
  Plain text file mysqlim.driver.php Class Driver to access MySQL improvement databases
  Plain text file sqlite.driver.php Class Driver to acces SQLite databases

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 Unique User Downloads Download Rankings  
 0%
Total:639
This week:0
All time:5,000
This week:455Up