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.
|
|
| Name: |
MM::CDatabase |
| Base name: |
mmdb |
| Description: |
Execute parameterized SQL queries defined in files |
| Version: |
- |
| PHP version: |
- |
| License: |
MIT/X Consortium License |
| All time users: |
262 users |
| All time rank: |
6313 |
| Week users: |
0 users |
| Week rank: |
2224  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| MM::CMySQL |
Required |
extends |
| |
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 |
mmdb.php |
Class |
Source code |