Treeview

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
S_henry
Forum Contributor
Posts: 148
Joined: Sun Jan 25, 2004 10:25 pm
Location: M'sia

Treeview

Post by S_henry »

Can we create treeview using php?
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

yes, what are you trying to create a tree view of?
S_henry
Forum Contributor
Posts: 148
Joined: Sun Jan 25, 2004 10:25 pm
Location: M'sia

Post 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?
malcolmboston
DevNet Resident
Posts: 1826
Joined: Tue Nov 18, 2003 1:09 pm
Location: Middlesbrough, UK

Post 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
aeonmarky
Forum Newbie
Posts: 1
Joined: Tue Jul 05, 2005 12:56 am
Location: Philippines
Contact:

PEAR::HTML_TreeMenu

Post by aeonmarky »

Post Reply