|
|
| Name: |
MySQL Object |
| Base name: |
mysqlobject |
| Description: |
Access MySQL database data using array iterators |
| Related classes: |
ArrayObject |
| Version: |
1.0 |
| PHP version: |
5.1 |
| License: |
GNU General Public License (GPL) |
| All time users: |
339 users |
| All time rank: |
5487 |
| Week users: |
0 users |
| Week rank: |
2474 |
| |
|
 |
|
Innovation award
 Nominee: 2x |
This packages can be used to access data in a MySQL database using array iterators.
It provides a few classes that execute several types of queries and extend the ArrayObject class to access the query results as if that was an array.
There are classes to traverse generic query result rows, traverse query result row columns, traverse the query result columns names and types.
| 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 |
Mysql.php |
Class |
The class with documentaion in comments |