News Feed
Jobs Feed
Sections




News Archive
DevShed:
Enhancing a URL Handling Helper Class in PHP 5
August 11, 2009 @ 08:37:47

DevShed continues their look at making helpers in PHP5 classes with this new part of the series - updating their previous URL helper to change it over to a static class.

As you'll possibly recall, all of the methods of the class were called initially inside the object context, that is dynamically, which may lead to the creation of an unnecessary instance of the helper class. So, to solve this issue quickly, in this chapter of the series I'm going to redefine the signature of the previous URL helper class by declaring all of its methods static.

Their updates involve adding the "static" keyword to each of the function definitions so they can be called like: "URLHelper::get_request_method()".

0 comments voice your opinion now!
tutorial helper class handler


blog comments powered by Disqus

Similar Posts

Smashing Magazine: Image Manipulation With jQuery and PHP GD

Zend Developer Zone: Generating and Validating Web Forms With PEAR HTML_QuickForm

php|architect: PHP 5.3 namespaces for the rest of us

Zend Developer Zone: Flex and Zend Framework - Part 1

BillS' IIS Blog: How to install PHP on IIS7 (RC1)


Community Events











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


release composer functional code database introduction language zendframework2 community framework example conference object interview testing podcast opinion tool series development

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