Page 1 of 1

Windows Tree Menu?

Posted: Wed Jun 04, 2008 8:07 am
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?

Re: Windows Tree Menu?

Posted: Wed Jun 04, 2008 11:00 am
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.