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

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

IBM developerWorks: Introduction to MVC programming with Agavi, Part 3: Add authentication and admin

PHPMaster.com: Generating Invoices with Zend_Pdf

Fernando Bassani's Blog: Putting the PHP/Java Bridge to work - I

DevShed: Using the Memento Pattern with a File Reading Class


Community Events











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


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

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