Windows Tree Menu?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
User avatar
Frozenlight777
Forum Commoner
Posts: 75
Joined: Wed May 28, 2008 12:59 pm

Windows Tree Menu?

Post by Frozenlight777 »

I've been looking around and haven't been able to find anything.
Is there a php class of sorts that can mimic windows explorer. Like a web version of windows explorer to access files and such. I'm sure there's some ASP module or something but anything in PHP?
User avatar
Ilija Studen
Forum Newbie
Posts: 7
Joined: Thu Sep 07, 2006 10:58 am
Location: Novi Sad, Serbia

Re: Windows Tree Menu?

Post by Ilija Studen »

Try HTML_TreeMenu Pear package: http://pear.php.net/package/HTML_TreeMenu/

You'll need to provide backend that goes through folders and collects file and folder names but that class should handle the client side. There are also number of other JS trees that can be easily used but you still need to provide the backend.
Post Reply