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

NetTuts.com: Protect a CodeIgniter Application Against CSRF

Rob Allen's Blog: Zend Framework Tutorial (Update)

Gonzalo Ayuso's Blog: Building a simple HTTP client with PHP. A REST client

Felix Geisendorfer's Blog: 10 Days of Free Dessert!

PHPBuilder.com: Parsing XML with the DOM Extension for PHP 5


Community Events











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


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

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