This is an abstract class that can be used to execute SQL queries with parameters.
It allows loading queries defined in files.
The query parameters are defined in arrays that associate parameter names with the respective values.
To use this class there needs to be a sub-class that implements several functions that use database specific API calls. Those functions implement query execution, result set traversing and error message retrieval.
| There are not enough user ratings to display for this class. |
| Class |
Dependency |
Why it is needed |
| MM::CMySQL |
Required |
extends |
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.
| File |
Role |
Description |
mmdb.php |
Class |
Source code |