Home     PHP / Javascript / Ajax
PHP PHP Tree Structure stored in MySQL database Script

PHP Script Codes > development-tools

PHP Tree Structure stored in MySQL database Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 8148

PHP Script Codes > 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.