Categories

Updated: 01/14/2007

PHP Tree Structure stored in MySQL database

cNodes is a php class to store and manipulate tree structure in a mysql database. An example of a typical uses for this would be a web directory. Its important to note that the class and the table are meant only to model the relationships between nodes in a tree. All descriptive data about the nodes should be stored in a seperate table. The class requires the use of PEAR::DB.
©2019 A--9.com