News Feed
Jobs Feed
Sections




News Archive
DevShed:
PHP 5 Helpers Calling Methods Out of Object Scope
July 27, 2009 @ 12:38:17

In this new tutorial from DevShed today they continue their series looking at making helper classes for your applications. This time they're focusing on using methods without needing to create an object first - static methods.

The methods of the class that I [just] mentioned were declared implicitly dynamic, even though it's perfectly possible to call them statically, and the PHP engine won't raise any errors about this process. However, it would be much better to declare these methods explicitly static, thus taking advantage of the functionality offered by the text helper class without having to spawn an instance of it.

They show how to define the methods with the "static" keyword so they can be called outside of the class' scope. Code for the helper class and the code to put it to use.

0 comments voice your opinion now!
method class object scope tutorial


blog comments powered by Disqus

Similar Posts

Robert Basic's Blog: Data filtering with PHP's Filter extension

SitePoint.com: Advanced PHPUnit Testing: Annotations and Mocking

Devshed: A Close Look at the GD Library in PHP

IBM developerWorks: Creating a REST API with Agavi

Rob Allen's Blog: MongoDB on OS X with the stock PHP installation


Community Events











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


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

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