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.
|
|
| Name: |
SQLazo |
| Base name: |
sqlazo |
| Description: |
MySQL database abstraction access layer |
| Version: |
2.5 |
| PHP version: |
4 |
| License: |
GNU General Public License (GPL) |
| All time users: |
223 users |
| All time rank: |
6549 |
| Week users: |
0 users |
| Week rank: |
2495  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|