News Feed
Jobs Feed
Sections




News Archive
DevShed:
Including Files Recursively with Loader Applications in PHP
June 11, 2009 @ 12:43:23

DevShed continues their "loaders in applications" series with this fourth part, a look at including files recursively.

This series uses a variety of code samples to teach you how to create modular programs. These programs are capable of recursively including files required by a given application, without having to explicitly call any "include()/include_once()" or "require()/require_once()" PHP function.

In their example they show how to use their loader class (built up from previous parts of the series) and modify it slightly to allow the script to set the file path, set the files to include and pull them in.

0 comments voice your opinion now!
loader recursive tutorial include


blog comments powered by Disqus

Similar Posts

Ibuildings techPortal: Doing the Heavy Lifting: Gearman and Magento

Sankuru Blog: A pluggable compiler and virtual machine in PHP

Smashing Magazine: Replicating MySQL AES Encryption Methods With PHP

SitePoint Design & Layout Blog: Expression Web 3 - Your New PHP Tool Kit

Coders' View Blog: The Strategy Pattern Using PHP


Community Events











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


framework opinion introduction application podcast functional interview database example api release series language phpunit community composer zendframework2 development testing code

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