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 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
> 

-- 
View this message in context: 
http://www.nabble.com/Does-a-RecursiveDirectoryIterator-exist-in-ZF--tp20345581p20345588.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to