View Single Post
  #1 (permalink)  
Old Nov 10th, 2007, 10:57
simonneaves simonneaves is offline
Junior Member
Join Date: May 2005
Location: bath - england
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
HTML_TreeMenu and Tree

Can anybody give me some general advice about HTML_TreeMenu.
there seems to be quite a lot of possibly out of date packages and tutorials, and I’m getting confused about what is currently the best solution.

I have had a go with the kriesing Tree package, and have successfully hooked it up to a sql nested set database structure, but I can't integrate the Kreiesing Tree object with the heyes HTML_TreeMenu without getting an error. The error is because the kreising Tree package works with the field `name`, and the HTML_TreeMenu needs a field called `text`.

I have had a go at working with the latest Heyes Tree package (http://www.phpguru.org/static/tree.html) too, but there doesn't seem to be any documentation on creating Tree objects from a nested set sql structure.

Any thoughts?
Reply With Quote