On 21/12/10 15:21, Soxred93 wrote:
The usage is simple: sfFinder::type('file')->name('*.php')->in('/path/to/dir'); //list of PHP files in directory and all subdirectories
You can use RecursiveDirectoryIterator to do that. There's a cute example in the online manual comments.
-- Tim Starling