This class can manage hierarchic trees of information stored in a MySQL database.
It can add, move or delete branches inside a database tree created using the Modified Preorder Tree Traversal Algorithm described by Joe Celko in the DBMS Magazine in 1996.
This class can run using PHP 4 and MySQL 3.X or later.