News Feed
Jobs Feed
Sections




News Archive
Eric Lamb's Blog:
Practical PHP Reflection
March 04, 2011 @ 12:23:28

Eric Lamb came up against an interesting situation recently and found that PHP's Reflection API was the best thing to come to his rescue.

The perfect problem where the Reflection API appears to be the perfect solution. For me this came up a couple months ago while I was working on a European zip code radius project that had to be built using one of those obfuscated and ill documented 3rd party commercial programs (nothing worse than when the platform is forced on you). So, I had to use this program that was intentionally encoded to prevent me from doing what I wanted to do. I couldn't even look at the code; it was completely obfuscated.

To illustrate his point, he gives examples of two built-in classes that PHP has and the result of their reflected output - SimpleXMLElement and DateTime. He shows how to get the structure of the class in general and how to use some of the more specific functions to get things like properties, methods and constants for the class. This is perfect for those undocumented features and isn't too far of a jump away from building out your own documentation.

0 comments voice your opinion now!
api reflection detail class tutorial


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: The Storage Medium

Justin Silverton\'s Blog: Using sqlite and php

NetTuts.com: Quick Tip: Deploy PHP to Heroku in Seconds

Bogdan Albei's Blog: Quickstart web services with SOAP and Zend Framework

WoorkUp.com: How-To Create Your Own Instant Search


Community Events











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


release development unittest podcast series database opinion framework rest testing conference symfony2 community interview zendframework2 introduction language usergroup phpunit functional

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