Ever written some large-ish PHP app and wished you didn't have to write all those SQL statements by hand? To create all those oh-so-similar classes which all did the same thing: retrieve, update, insert and delete lines from a database?
Well, if you have, good news: you don't have to anymore
Well, if you have, good news: you don't have to anymore
ANG
GES
G
P
GeoClass.php stellt ein Set von Klassen bereit, um geografische Daten zu verarbeiten. So können GeoObjekte angelegt werden, zwischen denen dann z ...
ANG
GES
G
P
The LDAP class for PHP is an easy way to interface your PHP program with an LDAP database. The interface is similar to what you would find in a fi ...
ANG
GES
G
P
Simple class that is useful to hold mysql database link information.
ANG
GES
G
P
Class library for easy creation of hybrid WAP pages.
The page is defined in a object oriented generic way.
Depending on the user's browser eithe ...
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
Simple classe to display a recordset with a page next and previous. You could customize it like google.com :)
ANG
GES
G
P
phPlate is a very simple template program designed to make maintaining a web site as easy as possible. There are zillions of other similar program ...
ANG
GES
G
P
A Class to render automagically Form Fields Html code. I use it in
combination with a table that contains the fields description like type,
name ...