News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Static Methods to Build Loader Apps in PHP
June 04, 2009 @ 10:27:42

Continuing their look at static methods in PHP, DevShed has posted this new tutorial (the second in the series) focusing on using the methods to create a simple loader application.

As its name suggests, a file loading program (or a resource loading program, to express the concept more accurately), is simply a PHP module that takes care of including, usually via its set of "include()/require() native functions, files that are required by an application to make it work as expected. [...] It's worthwhile to mention, however, that it was necessary to create an instance of the aforementioned class to load a determined file. This is a process that can be completely avoided in terms of good coding habits. But how can this be achieved? Well, it's feasible to statically call the class's load()" method, preventing its unwanted instantiation.

The code examples of the simple loader class (a require_once wrapped in a try/catch) and a usage example.

0 comments voice your opinion now!
loader static tutorial


blog comments powered by Disqus

Similar Posts

Alex Bilbie's Blog: MongoDB + CodeIgniter 101 (Part 1)

Brandon Savage's Blog: Making Zend_Navigation Useful

DevShed: Defining the Core Structure of a PHP Blogger

Giorgio Sironi's Blog: Stop writing foreach() cycles

Martin Sikora's Blog: Silex + Doctrine 2 ORM


Community Events











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


testing usergroup database introduction podcast opinion development zendframework2 language series unittest community release functional phpunit conference symfony2 rest framework interview

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