News Feed
Jobs Feed
Sections




News Archive
DevShed:
Building Loader Apps in PHP
May 28, 2009 @ 09:37:51

In this first part of a new series in application development, DevShed looks at building a loader for various resources inside your app.

Loading sources on the fly is one of the most common tasks that PHP programmers have to tackle during the development of web applications. This typical situation must be faced independently of the scale of the programs being created. This means a loader mechanism must be developed.

Their basic loader class uses a call to a load() method to do two things - check to ensure that a file exists and, if it does, include it (technically a require_once). They also put a bit of exception handling around it to help catch any errors thrown on the include.

0 comments voice your opinion now!
include loader tutorial


blog comments powered by Disqus

Similar Posts

Anthony Ferrara: Programming With Anthony - Logic

Paul Reinheimer's Blog: Sending Mail

PHPBuilder.com: My Automated PHP Scripts for Creating FTP Connections to a Remote Server

Michael Nitschinger's Blog: A primer on PHP exceptions

Make Me Pulse: Using Memcached with PHP Zend Framework


Community Events











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


zendframework2 unittest testing development community conference example introduction series phpunit opinion application functional code language release framework tool interview podcast

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