Die Nested Set Klasse bearbeitet Nested Set Bäume die in einer MySQL-DB gespeichert werden.
Diese Funktionen kann die Klasse ausführen:
Knoten einfügen
- als Kind
- als linken/rechten Bruder
Knoten löschen
Bewegen eines Knotens inc. seiner Kinder
- nach links/rechts
- nach Oben/Unten (Ebene)
ANG
GES
G
P
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 classe ...
ANG
GES
G
P
A rule-based system for developing sophisticated tables. You can loop
over an array of colors (or colspan, or align, or whatever) by row or col
...
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
MiniXML provides a simple, API to generating and parsing XML. Its advantages are ease-of-use and the fact that no additional libraries are require ...
ANG
GES
G
P
PHP Klassen zum erzeugen von Atom Feeds. Setzt PHP 5.1RC voraus. Eine deutsche Anleitung ist unter http://www.flaimo.com/php/atom zu finden.
ANG
GES
G
P
class.gzip_encode.php is a php class to gzip encode served content to reduce size.
ANG
GES
G
P
simple implementation of the nntp protocol which allows php to make
postings to a newsgroup. You can also reply to your own postngs on the
same ...