This is a simple class that encapsulates the functionality of MySQL database access commands.
It establishes database connections, executes queries storing the result set handle in a class variable and provides other functions to traverse the result set an retrieve the data returned by the database server.
|
|
| Name: |
MySQL wrapper |
| Base name: |
sqllayer |
| Description: |
Simple MySQL databases access wrapper |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
1359 users |
| All time rank: |
2496 |
| Week users: |
0 users |
| Week rank: |
2197  |
| |
|
| 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 |
|
|
| File |
Role |
Description |
sqlLayer |
Class |
base class |