JPro
JPro

Reputation: 6556

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 display either in jQuery or anyother method that gives speed.

Upvotes: 0

Views: 329

Answers (1)

qnrq
qnrq

Reputation: 103

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

Upvotes: 1

Related Questions