News Feed
Jobs Feed
Sections




News Archive
Stubbles Blog:
State of annotations in the PHP world
November 10, 2008 @ 13:32:59

In this new post to the Stubbles blog Frank Kleine looks at the current state of annotations in the PHP language and applications.

Annotations are a really helpful feature in present-day development. An annotation is a special form of syntactic metadata that can be added to source code elements such as classes, methods, properties and parameters. They do not affect the program semantic directly, but can be used by tools and libraries to handle such annotated code in a certain way.

He notes that, as of right now, PHP doesn't naively support anything like this but that there are additional libraries that can be used to augment the standard PHP performance and use them (like a feature in PHPUnit with @assert and @test). He also go through several of the other libraries that make it possible including Addendum, FLOW3 and the XP-Framework.

0 comments voice your opinion now!
state annotation language library external compare


blog comments powered by Disqus

Similar Posts

Alan Knowles\' Blog: Parsing PHP in D.

Community News: Zend and Dojo Partnership for Ajax in the Zend Framework

PHPClasses.org Blog: PHP compiler performance

Tiobe.com: PHP Ranks Fifth in Popularity Contest in August

DZone.com: Including PHP libraries via Composer


Community Events









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


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

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