Tree Menu
Posted on
16th Feb 2014 07:03 pm by
admin
Hi guys,
Can anyone help me making a tree navigation system? I have a site where I'm allowing users to upload their files to share with each other. They can create folders, but I'm having real trouble working out how to give the folders 'depth', i.e. folder within a folder within a folder...
Did you know?Explore Trending and Topic pages for more stories like this.
If I could print out an xml file of the folder structure, that would be amazing, but I have no idea how to go about it. All the folders are stored within a database (with info such as their names, permissions, owners etc), as well as being physically stored on my hard disk (this is all just local at the moment).
If I can make an xml file then I can just use a Flex tree component and save myself a lot of time. If anyone has any other ideas or techniques I'd love to hear about them. Also, at present all the folders are actually stored side by side with each other, its the database that tells them how deep they are, but when I get this tree system up and running i think I'll be in a much better place to sort that out.
Thank you
No comments posted yet
Your Answer:
Login to answer
90
42
Other forums
Header redirect
Hello ive got a problem ive got form with its action set to itself.
Code: <form id="f
xml element exists
Code: [Select]<?xml version="1.0"?>
<Addresses>
<
How to Create a Dynamic table
col1 col2 date1 date2 date3 date4..........
a b v1 v2 v3 v4
registration form
first time posting. did some searches but didnt find exactly what i am looking for. dont flame cause
Procedural to OOP
John Kleijn said that to avoid writing "crappy code", we should learn OOP and common OO pr
How to Detect it is public_html or httpdocs?
How to check whether it is cPanel or Plesk?
If it found public_html perform <?php incl
$get problem
Hi Guys ...
can you please tell me what i am doing wrong here
Code: <?php
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
Doubles are giving me problems
Ok so, first of all i made a double = 0.05, but when running the debugger it shows up as 0.04999. I
foreach help.
Hello all,
First time I'm attempting to use a foreach statement and was just wondering if my