Re: [fw-general] Does a RecursiveDirectoryIterator exist in ZF?

2008-11-05 Thread AHeimlich
As a matter of fact, SPL already has a RecursiveDirectoryIterator. See http://us2.php.net/manual/en/class.recursivedirectoryiterator.php http://www.php.net/~helly/php/ext/spl/classRecursiveDirectoryIterator.html wadearnold wrote: > > I am looking to implement a RecursiveDirectoryIterator based

Re: [fw-general] Does a RecursiveDirectoryIterator exist in ZF?

2008-11-05 Thread Ralph Schindler
There is one in SPL already: http://www.php.net/~helly/php/ext/spl/classRecursiveDirectoryIterator.html Have you had a look at it? DOes that suit your needs? -ralph wadearnold wrote: I am looking to implement a RecursiveDirectoryIterator based off of the SPL's DirectoryIterator and Recursive

[fw-general] Does a RecursiveDirectoryIterator exist in ZF?

2008-11-05 Thread wadearnold
I am looking to implement a RecursiveDirectoryIterator based off of the SPL's DirectoryIterator and RecursiveIterator into Zend Amf but wanted to ask if it already exists in the framework. My hope is that I can take the result and then perform Zend_Server_Reflection::reflectClass on the resulting