![]() |
Indexing the files in a directory - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Indexing the files in a directory (/showthread.php?tid=11459) |
Indexing the files in a directory - El Forum - 09-09-2008 [eluser]JamesMare[/eluser] Hi. I am developing a application that indexes a folder called projects, in the project root directory, then it will put a link to each of the folders in this folder on the homepage. What is the best way to go about this. Should i put it into a array, or simply loop through the dir in the view? -J Mare |