how to display data using tree view

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
chitrapu
Forum Newbie
Posts: 23
Joined: Sun Jan 14, 2007 11:39 pm

how to display data using tree view

Post by chitrapu »

i have some code that displays the data in the structure of tree something similar to the one in windows explorer. but my code isn't working. how to create a tree structure???????????????? in php
User avatar
dude81
Forum Regular
Posts: 509
Joined: Mon Aug 29, 2005 6:26 am
Location: Pearls City

Post by dude81 »

User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post by CoderGoblin »

I have had problems in the past with DOM parsers and trees when the tree gets larger than a certain size. (Firefox coming up with popup can't remember the message but something like "script taking to long, do you wish to cancel"). As a result I started looking at alternatives and came up with a solution I posted on the boards here Nested Tree Display : Comments appreciated.

Not sure if people didn't provide any comments as they didn't find it useful, or just ignored it as they had no need for it, but feel free to take a look and comment on it.
Post Reply