|
|
| Name: |
SunMatDB |
| Base name: |
db |
| Description: |
A more complex MySQL access abstraction |
| Related classes: |
prev next, next prev |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
429 users |
| All time rank: |
4965 |
| Week users: |
0 users |
| Week rank: |
2865 |
| |
|
This is actually three classes combined: DB, RS and ROW.
The DB class opens a connection to the database, executes queries and takes care of the error handling.
The RS class takes care of traversing the actual result set including the prev() and next() methods.
The ROW class wraps one row of the result set that is returned from a RS object when prev() or next() methods are called.
| There are not enough user ratings to display for this class. |
| |
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 |
DB.inc |
Class |
Base-class and very much needed |
index.php |
Example |
Example-script |
ROW.inc |
Class |
This is the ROW-class |
RS.inc |
Class |
Resultset-class |