Page 2 of 2

Posted: Wed Apr 11, 2007 10:37 am
by onion2k
Use $data['name'] instead of $file.

Posted: Wed Apr 11, 2007 11:39 am
by jleampark
Wonderful!

I shall name my first-born in my next life after you.

Thanks much.

Posted: Fri Apr 27, 2007 8:14 am
by printf
Jcart wrote:Might want to take a look at this snipplet posted by feyd. Nice way of making a directory tree without recursion.

But RecursiveDirectoryIterator is terrible slow and does use recursion, it pushes on to the stack, believe or not a while loop with using eval() is over 20 times faster.