This class can be used to retrieve database query result records.
It opens a connection to a server of one of the supported database types and executes a given SQL query.
The class retrieves the results into an array class variable so it can provide a way to browse back and forth the different records contained in the results.
Currently it supports querying MySQL databases but other databases may be supported in the future.
|
|
| Name: |
GV RecordSet Class |
| Base name: |
class_recordset |
| Description: |
Retrieve database query result records |
| Version: |
1.0 |
| PHP version: |
3.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
381 users |
| All time rank: |
5610 |
| Week users: |
0 users |
| Week rank: |
2277  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| GV Conection Class |
Required |
Need to conect and retrieve the data from database |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| GV Pagination Class |
Required |
Registers that will be show are registers |
| |
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 |
|
|