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
IP Based Cron Jobs
I run cronjobs on my website. After one of my visitors got curious and tinkered around he realized h
Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
Multiple while loops
I have several DB queries that I know should be returning results and aren't. I have a feeling it ha
Do While statement
hi guys,
This may sound trivial but im new to php and as part of an assignmenti have to const
Export hangs
Hi all, please help
I have a Oracle 10.2.0.3.0 database. When I want to query the dba_segmen
article site help remaining text
Hi all hope you will be fine
I am creating a article site in this site i want to put some text on
Preventing SQL Injection
I have a question about SQL Injection, In some of our code we use this:
view plaincopy to clipboa
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b
Query issues
I probably have this setup wrong well I know I do because nothing is showing up now. What I want is
Format timestamp from mysql
When I tried this:
Code: date("m/d/Y H:i A", $row['timestamp'])
I got 12/31/1969 18: