how to display treeview in php
CAn anyone tell me is it is possible to display the files in computer using a tree view in php? It should be fast enough to d开发者_如何学Pythonisplay either in jQuery or anyother method that gives speed.
You could sort them by type (category/file) by looping them in a format that works with a CSS:ed threaded view, e.g.: http://cssglobe.com/post.asp?id=903
精彩评论