recursive code

DevShed: Using Directory Iterators to Build Loader Apps in PHP

PHPDeveloper.org  Mon, 07/06/2009 - 09:17

DevShed finishes off their "loader" series of tutorials today with this eighth part focusing on the use of Directory Iterators.


 

PHP 10.1 Blog: Y-Combinator in PHP

PHPDeveloper.org  Tue, 04/14/2009 - 10:17

New from the PHP 10.0 blog today is this look at trying to set up recursive closures in the upcoming PHP 5.3 release (it includes closures, but it doesn't look like this is possible).

Instead, Stas suggests the Y combinator method as an alternative.