This class can be used to store and retrieve data from a MySQL database. It can:
- Establish database connections to a MySQL database server
- Execute SQL queries
- Retrieve query results into an array
- Retrieve a field, row or page of query results
- Retrieve table rows that have enum values
This class bring you an easy way to get and store data from mysql database.
Once you execute a sql query, all the results are stored into an array for later process.
This class is disigned for small query access.
This class extend the class.error.php
UPDATE: extended the class to support caching the results on filesystem.
|
|
| Name: |
Simple DB |
| Base name: |
simple-db |
| Description: |
Store and retrieve data from a MySQL database |
| Version: |
1 |
| PHP version: |
4.3 |
| License: |
BSD License |
| All time users: |
375 users |
| All time rank: |
5644 |
| Week users: |
1 user |
| Week rank: |
2151  |
| |
|
| Not yet rated by the users |
| Link |
Description |
| Simple DB |
Simple DB es una clase utilizada para hacer consultas y insertar datos a una base de datos MYSQL de una manera facil y sencilla... |
| |
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 |
|
|