News Feed
Jobs Feed
Sections




News Archive
DevShed:
Working Out of the Object Context to Build Loader Apps in PHP
June 26, 2009 @ 07:56:54

New on DevShed there's the latest part of a series of tutorials they've written up (fifth of eight) about building automatic loading functionality into your applications. This time they change up their class to make the their loading function accessible outside of a class object.

To avoid an eventual (and unnecessary) instantiation of the loader class, it would be helpful to declare the mentioned "load()" method static. Thus, bearing in mind this important concept, in this fifth part of the series I'm going to enhance the signature of the "Loader" class created previously by turning its loading method into a static one.

They change the definition of the function to be "public static" making it callable both through the "self" keyword and outside the class with the "::" operator.

0 comments voice your opinion now!
static tutorial application loader


blog comments powered by Disqus

Similar Posts

Lorna Mitchell: 9 Magic Methods in PHP

Netmag.co.uk: Make your own Soap

Job Posting: Kodak Seeks Application Developers - 5 Positions (Stamford, CT)

Michelangelo van Dam's Blog: Quality Assurance on PHP projects - PHPUnit part 1

DevShed: Using Static Methods to Build Loader Apps in PHP


Community Events









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


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

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