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

Errumm.co.uk: My first experience in building a FaceBook Application in PHP

Avnet Labs Blog: TDD with Zend Framework

Ian Selby's Blog: Create a REST API with PHP

PHPBuilder.com: Create Custom Google Analytics Interfaces Using PHP

Mike Naberezny's Blog: Wrapping PHP Functions for Testability


Community Events









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


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

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