This MySQL class has the following features:
- Debug messages (can be activate or not);
- Error handling (can be activate or not);
- Basic MySQL functions.
The main idea of this class is to use only methods avoiding a direct access to the internal variables (means no public variables).
I hope the comments inside the code and the code itself are self-explanatory. As usual you are free to use/abuse/change this class.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (71.9%) |
- |
- |
- |
- |
Insufficient (38.4%) |
1770 |
| Month: |
Not yet rated by the users |
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 |
base_mysql.php |
??? |
class definition file to include in your script |