News Feed
Jobs Feed
Sections




News Archive
Slawek Lukasiewicz's Blog:
Zend Framework Reflection
May 31, 2011 @ 08:18:56

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 Reflection API. In his post he looks specifically at the functionality the Zend Framework has built on top of the base PHP API.

Zend Framework has own Reflection extension. It is mostly build upon genuine PHP Reflection API and extends existing features. The completely new Zend_Reflection module feature is introspection of docBlock tags.

He includes two code examples using this component of the framework - grabbing the docblock off of a specific method (and even how to grab specific tags from inside it) and how to grab the body content out of a given method, with or without the docblock attached.

0 comments voice your opinion now!
zendframework reflection docblock method


blog comments powered by Disqus

Similar Posts

Jason Houle's Blog: Zend Framework: The Dijit Editor

Slawek Lukasiewicz's Blog: Zend Framework: Reflection

King Foo Blog: Using Complex Type with Zend_Soap

Rob Allen's Blog: Simple Zend_Form Example

PHPImpact Blog: Building a Web Service Client using the Zend Framework


Community Events









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


release introduction composer functional testing event api unittest phpunit framework example zendframework2 community code development language interview database object opinion

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