PHP Classes

SQLazo: MySQL database abstraction access 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: 227 All time: 8,188 This week: 455Up
Version License PHP version Categories
sqlazo 2.5GNU General Publi...4Databases
Description 

Author

This package implements a MySQL database abstraction access layer.

There is a base class that implements common database access functionality.

There are also sub-classes that implement MySQL database access operations using the regular MySQL extension and another that uses the MySQLi extension.

Currently the derived classes can connect of a MySQL database server, use a given database, execute queries, get the number of result rows, and retrieve the query result rows. Trazability added.

The code and comments are in Spanish. In Spanish:

Clase para acceso a base de datos (por el momento sólo a MySQL). La iré ampliando a medida que vaya necesitando funcionalidades o acceso a otros motores. Añadida trazabilidad, mediante una clase intermedia.

Picture of José M. Carnero
Name: José M. Carnero <contact>
Classes: 3 packages by
Country: Spain Spain

  Files folder image Files (5)  
File Role Description
Plain text file class.sqlazo.inc Class Base class
Plain text file class.sqlazo_mysql.inc Class Inherited for access MySQL 4
Plain text file class.sqlazo_mysqli.inc Class Inherited for access MySQL 5
Plain text file class.sqlazo_trazabilidad.inc Class Trazability
Accessible without login Plain text file sample.php Example Usage example

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:227
This week:0
All time:8,188
This week:455Up