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?
Windows Tree Menu?
Moderator: General Moderators
- Ilija Studen
- Forum Newbie
- Posts: 7
- Joined: Thu Sep 07, 2006 10:58 am
- Location: Novi Sad, Serbia
Re: Windows Tree Menu?
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.
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.