This class can be used to manage trees of hierarchic objects.
The tree is held in node objects in memory, so it should be used for small trees.
It can add tree children node objects, remove node children objects, delete a given node object, traverse and display the whole hierarchy of node objects.
| There are not enough user ratings to display for this class. |
| Class |
Dependency |
Why it is needed |
| CSS Tree Class |
Required |
this is the correct tree class which implements the Tree class where this class is derivated from |
| Link |
Description |
| Handle CSS in a Tree |
With this derived class you can handle CSS in a tree structure |

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| PEAR:TREE |
There is a tree class in PEAR which might be of interest to you |
| Tree Class home |
More information and the documention |