Create and manipulate adjacency lists in MySQL
This class can be used to create and manipulate adjacency lists in MySQL. It can perform several types of operations to store and retrieve information in a MySQL table of nodes of an adjacency list. Currently it can: add nodes, retrieve the list of all nodes, get the children of a given node, change the parent of a node, and delete nodes. Download Adjency Model Script Source From: http://www.phpclasses.org