I'm finding it very difficult to find anything about creating maintanable, navigatable and verbose tree structures in PHP. I wanted to open it up to the SO community and see who's done what.
The way I can see creating this sort of structure is to have an object for every node, with a reference to the parent or child nodes. I've yet to put anything in code.