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.
ANG
GES
G
P
class that makes it very easy to read and write XML files. It uses an
in-memory tree structure to accomplish this. It allows you to create
ni ...
ANG
GES
G
P
Simple classe to display a recordset with a page next and previous. You could customize it like google.com :)
ANG
GES
G
P
Class to do various things with strings, such as strip all slashes from
the string or an (multi-dimension) array of them, as well as add the
sla ...
ANG
GES
G
P
Class for comfortable read and write ini-files.
This class provides functionality for reading ini-file from harddisk, editing it's elements (eas ...
ANG
GES
G
P
Der PHP Autoloader findet Klassendefinitionen automatisch. Er muss nicht weiter konfiguriert werden und funktioniert so wie er ist über ein einfa ...
ANG
GES
G
P
Die Nested Set Klasse bearbeitet Nested Set Bäume die in einer MySQL-DB gespeichert werden.
Diese Funktionen kann die Klasse ausführen:
Knoten ...
ANG
GES
G
P
This class allows one to read and modify files using the INI file format.
ANG
GES
G
P
AdminPro is a user authentication class based on MySQL and the PHP Session functions. It was written for Web sites that need some password protect ...