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
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
Mit diesem Script kann man bestimmte Seiten cachen. Eignet sich gut um schlechte Datenbankperformance aus zugleichen.
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
/** Class for loading data into a single MySQL table.
** Constructor parameters LoadData(, ).
** Function parameters InputMember(,
input>).
*/
ANG
GES
G
P
displays content of variables in human-readable format. just call
debug_var($VAR) and an window opens with the struktur and content
ANG
GES
G
P
Cached Fast Template is a template system for PHP that implements caching for PHP's FastTemplate module. Features include: Supports lock files, so ...
ANG
GES
G
P
In diesem RegEx-Bereich wird eine kurze Einführung in das Thema Reguläre Ausdrücke gegeben.
Danach werden einige gebrauchsfertige Reguläre A ...
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 ...