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
fileupload.class extends PHP's native support for uploading image and text files through a Web browser. It can clean up the file's name, detect it ...
ANG
GES
G
P
Sophisticated XML Management library for XML file that does not rely at
all on php pre-defined xml classes.
ANG
GES
G
P
i18n ist eine sammlung von klassen um mehrsprachige php seiten besser managen zu können. zahlen, währungen, datumsangaben usw. können ebenfalls ...
ANG
GES
G
P
This is a little improvement to "Mp3 & ID3 tag parser" by
marty sejba . I made this to support ID3v1.1 TAGS (with
track number info) and added ...
ANG
GES
G
P
phpSorm is mainly a base-class which provides a simple way to map a table from a relational database to a PHP-object. The extended functionality i ...
ANG
GES
G
P
The aim of this class is to easily create a combobox/listbox taking data from an array of one dimension.
Values will be automatically escaped to ...
ANG
GES
G
P
phpHtmllib is a set of PHP classes and library functions to help facilitate building, debugging, and rendering of HTML and XHTML. It provides a me ...
ANG
GES
G
P
Diese Template-Klasse wurde für kleine Webprojekte unter dem Gesichtspunkt entwickelt, dass die Benutzung so einfach wie nur irgendwie möglich s ...