Monthly Archiv: November, 2009

Nested Set DB Table

Package:
Nested Set DB Table
Summary:
Manage nested sets of data stored in a database
Groups:
Data types, Databases, PHP 5
Author:
Nikola Posa
Description:
This package can be used to manage nested sets of data stored in a database.

It can create and manager an hierarchy of nodes in a database table allowing to retrieve, add, update and delete nodes.

There are database adapters to access the tree of nodes in various types of databases, as well a special version that uses the Zend Framework DB_Table package to manage the table with the tree nodes.


StringList Class

Package:
StringList Class
Summary:
Manage lists of strings
Groups:
PHP 5, Text processing
Author:
Tufan Baris YILDIRIM
Description:
This class can be used to manage lists of strings.

It can take a list of strings separated by line breaks and extracts key value pairs separated by the = character.

The class can return the list of strings as an array, add more strings to the list, and save or load the list from a file.


Ladder PHP

Package:
Ladder PHP
Summary:
Manage objects stored MySQL database dynamically
Groups:
Databases
Author:
Michael J. Fuhrman
Description:
This package can be used to manage objects stored in a MySQL database dynamically.

It creates table that will contain the metadata of all types of objects to be stored in the database.

The tables of each application class can be created dynamically. This package can save and retrieve objects of the created classes.


Powered by Gewgley