Page 1 of 1

Treeview

Posted: Mon Jul 04, 2005 11:04 pm
by S_henry
Can we create treeview using php?

Posted: Mon Jul 04, 2005 11:13 pm
by lostboy
yes, what are you trying to create a tree view of?

Posted: Mon Jul 04, 2005 11:24 pm
by S_henry
In my system, i want to create something like explorer at the left part. So for example, if i click icon document (in treeview) on the left, it will display list of documents on the right hand side. Do u have any idea on this?

Posted: Tue Jul 05, 2005 12:40 am
by malcolmboston
you'll need javascript for the actual display of the menu, however you can make PHP get all of the categories for you to populate it

PEAR::HTML_TreeMenu

Posted: Tue Jul 05, 2005 1:03 am
by aeonmarky