Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 12 View Live

Gonzalo Ayuso's Blog: Reflection over PHPDoc with PHP

Gonzalo Ayuso has a new post to his blog today talking about a regular expression-laden script he's some up with to reflect over a PHP file and pull out the document's comments (PHPDoc-style). I want...

View Article



Slawek Lukasiewicz's Blog: Zend Framework: Reflection

Slawek Lukasiewicz has a recent post to his blog looking at a tool that comes bundled with PHP that can help you find out more about your own code (or really any other piece of code out there) - the...

View Article

Chris Hartjes' Blog: Metatesting: Extending Your Testing Tools

Chris Hartjes has had a few posts about "metatesting" already and in this latest article he takes the series one more step. He looks at moving outside of the current toolset and expanding on them to...

View Article

PHPMaster.com: Introspection and Reflection in PHP

On PHPMaster.com today there's an introduction to Reflection, a feature of PHP that allows you to peer into the code itself and find out metadata like class properties, scope levels and parent...

View Article

Mike Purcell's Blog: PHP - Reflection Class - Determine Parent Method Signature

In this recent post to his blog Mike Purcell shares a method he found to discover the parameters required by a method in a class' parent via reflection. According to PHP docs regarding the...

View Article


Zumba Engineering Blog: Creating bash completion to your console application

On the Zumba Engineering blog there's a new post showing you how to implement bash shell "autocomplete" with a special option for a second argument. This weekend I saw the bash completion for CakePHP...

View Article

Peter Meth: The Road to True North PHP ... Reflections

Peter Meth one of the organizers of the True North PHP Conference (happening at the beginning of November) has a new post sharing some of his experience as a (PHP) conference planner so far. As you...

View Article

NetTuts.com: Reflection in PHP

On NetTuts.com today there's a new tutorial talking about a part of PHP that can be quite powerful but isn't used too often - reflection in PHP. Using Reflection you can get information about your...

View Article


Marco Pivetta: Accessing private PHP class members without reflection

Marco Pivetta has posted about an interesting trick you can do with closures in PHP related to accessing private properties inside classes. A couple of weeks ago I was working on a very tricky issue...

View Article


7PHP.com: Auto Generate Properties Dynamically For Your Classes Using Magic...

Accessing private class properties via getters and setters is a pretty standard way to write your applications. Unfortunately it can be time consuming to write them for every property your class may...

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images