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

DevShed: Introducing Static Members and Methods in PHP 5 (Part 1)

SitePoint PHP Blog: How to Use PHP Namespaces (Parts 2 &3)

IBM developerWorks: Ajax and XML: Ajax for chat

DevShed: Building a Complete Web Searching Class with Yahoo Web Services and PHP 5

Mike Kornienko's Blog: Integration of Spry and PHP/MySQL


Community Events









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


release symfony microsoft framework mysql opinion wordpress doctrine developer codeigniter drupal job zend security phpunit extension conference facebook zendframework windows

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