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.
- 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.