News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
Reflection over PHPDoc with PHP
April 04, 2011 @ 12:51:15

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 to parse PHPDoc code. Let me explain a little bit what I want to do. Imagine a dummy function documented with PHPDoc. [...] PHP has a great reflection API, but as at least in the current PHP version (as far as I know) we only can get the PHPDoc as a string, without parse it. I need to get the parameters and the type of them with reflection. [...] But the type is different.

His script (based loosely on a bit of a component from the Zend Framework) parses the file and its comments and grabs the variable types from the PHPDoc blocks on each method and associates them.

If you're looking for a more mature solution than just this script, take a look at Docblox, a PHP 5.3 documentation generator.

0 comments voice your opinion now!
reflection tutorial phpdocumentor comment variable type


blog comments powered by Disqus

Similar Posts

Ryan Mauger's Blog: Keeping your html valid with Zend Framework, Tidy and Firebug

Abhinav Singh's Blog: MEMQ : Fast queue implementation using Memcached and PHP only

Vid Luther's Blog: Deploying Wordpress with Phing to the Rackspace Cloud

Developer.com: Threads Versus The Singleton Pattern

IBM developerWorks: Devise Web 2.0 applications with PHP and DHTML (Part 1)


Community Events









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


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

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