PHP Classes

SQLazo: MySQL database abstraction access layer

Recommend this page to a friend!
  Info   View files View files (5)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 227 This week: 1All time: 8,180 This week: 560Up
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
Age: 54
All time rank: 263370 in Spain Spain
Week rank: 411 Up13 in Spain Spain Up

  Files folder image Files  
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

 Version Control Unique User Downloads Download Rankings  
 0%
Total:227
This week:1
All time:8,180
This week:560Up