News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Matthew Weir O'Phinney's Blog:
PHP 5's Reflection API
October 09, 2006 @ 13:37:00

In his latest blog post, Matthew Weir O'Phinney shares some of his newfound love for the Reflection API that PHP5 brings to the table:

When I first read about the Reflection API in a pre-PHP 5 changelog, my initial reaction was, "who cares?" I simply failed to see how it was a useful addition to the language. Having done some projects recently that needed to know something about the classes they are using, I now understand when and how it can be used.

It shines when you need to work with classes that may not be defined when you write your code -- any code that dispatches to other classes, basically.

To emphasize the point, he lists a few things you can do with the API, including determine if a method exists in a class and instantiate an object instance with a variable number of arguments to the constructor. He also includes a code example, showing a simple method of getting all of the methods on a class.

0 comments voice your opinion now!
relfection api php5 classes object method code example relfection api php5 classes object method code example



Similar Posts

Cocoliso's Blog: Adding A Syntax Highlighter To Your Site: The Power Of Geshi

DevShed: Using Yahoo Web Services to Perform Searches with an Object-Oriented Approach

Community News: Facebook PHP Source Leaked

Paul Jones' Blog: Solar 1.0.0 alpha1 Released

Zend Developer Zone: Book Review: PHP 5 In Practice


Community Events







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


framework conference releases release database application example zendframework package zend PHP5 PEAR developer cakephp job book security ajax code mysql

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