News Feed
Jobs Feed
Sections




News Archive
Chris Tankersley's Blog:
Getting Started with Reflection
September 03, 2010 @ 14:12:13

Chris Tankersley has a new post to how blog looking at a powerful but sometimes seldom used feature of PHP - Reflection. His post introduces you to some of the basics you can use to have your code find out more about itself.

Reflection is a metaprogramming construct that allows a program to look into itself and do a multitude of different things - gain meaning, watch execution, call code, or even provide feedback. [...] With PHP 5, PHP gained a robust reflection class that allows a developer to gain access to just about every aspect of an object and interact with it. The key is figuring out what is available, and then exploiting it to gain additional benefits.

He gives examples from his project where it uses the ReflectionClass feature to pull in the values of a class including properties and methods in a class (a set of ReflectionMethods). Some code is provided to make the examples a bit more clear.

1 comment voice your opinion now!
reflection introduction tutorial reflectionclass reflectionmethod


blog comments powered by Disqus

Similar Posts

Kevin van Zonneveld's Blog: Convert anything to Tree Structures in PHP

Developer Tutorials: Introduction to PHP Programming

Lorna Mitchell's Blog: POSTing JSON Data With PHP cURL

Alan Knowles' Blog: Getting Started with HTML_FlexyFramework, DataObjects and HTML_Template_Flexy

Raphael Stolt's Blog: Rolling your own Phing task


Community Events











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


podcast application framework release community zendframework2 opinion phpunit development language composer testing series example api code introduction functional database interview

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