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 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 class
files. If you have any suggestions for existing implementations please let
me know.
with appreciation; wade