Codeigniter directory_map()

Posted by aeran on Stack Overflow See other posts from Stack Overflow or by aeran
Published on 2010-04-16T01:56:42Z Indexed on 2010/04/16 2:03 UTC
Read the original article Hit count: 332

Filed under:
|

Hi all,

I'm trying to use the directory_map('source directory',false) function to scan through user uploaded folders/files. It works and spit out the result in a multilevel array format.

I wouldn't know how deep is the multi level array would be. How do I iterate the array and display it in a readable format (e.g. in tags)?

© Stack Overflow or respective owner

Related posts about codeigniter

Related posts about directory