News Feed
Jobs Feed
Sections




Recent Jobs

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



Similar Posts

SitePoint: Build a Photo Gallery Using CakePHP and Flickr

Dotvoid.com: New help desk application using Zend Framework

Gonzalo Ayuso's Blog: Pivot tables in PHP

Syllogistic Software: Learn PHP Tutorial (Video Series)

CorePHP Blog: A Guide to running Apache 2, PHP 4 & PHP 5 on Windows XP


Community Events









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


podcast release framework drupal job wordpress opinion windows developer feature symfony codeigniter conference sqlserver microsoft extension zendframework apache facebook version

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