News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Directory Iterators to Build Loader Apps in PHP
July 06, 2009 @ 10:17:11

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

Here's where the SPL comes in, since it's possible to use a combination of its "spl_autoload_register()" function and its RecursiveDirectoryIterator class to refactor the method in question and make it shorter and tighter. In this final chapter of the series I'm going to improve the loader class developed in the previous one by incorporating some of the aforementioned SPL functions and classes.

They change up their code to use a RecursiveDirectoryIterator inside of their __autoload to remove their custom recursive code.

0 comments voice your opinion now!
tutorial autoload recursive iterator directory spl


blog comments powered by Disqus

Similar Posts

NETTUTS.com: The Newbie's Guide to Test-Driven Development

Zend Developer Zone: Flex and PHP: Party in the Front, Business in the Back

Brian Moon's Blog: Using ini files for PHP application settings

Mike Willbanks' Blog: RPM Packaging - Building and Deploying your own PHP

Bradley Holt's Blog: Exploring RabbitMQ and PHP


Community Events









Don't see your event here?
Let us know!


object database development community example composer zendframework2 phpunit functional testing opinion event api interview framework language release unittest code introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework