News Feed
Jobs Feed
Sections




News Archive
PHPImpact Blog:
Using Annotations in PHP
July 22, 2008 @ 07:55:04

On the PHP::Impact blog today there's a new post showing how to use annotations in your application's code that can be used by the Addendum library.

Annotations provide data about a program that is not part of the program itself. They have no direct effect on the operation of the code they annotate. In PHP, annotations can only be read reflectively at run time.

They allow you to document, with meta-data, information about the classes, methods and variables inside the script. They show three of the annotation types - a marker, a single-value and a multi-value.

0 comments voice your opinion now!
annotations addendum library marker singlevalue multivalue


blog comments powered by Disqus

Similar Posts

Doug Brown's Blog: Do You Really Need a Framework for Writing PHP?

Web Mozarts: On Libraries and Dependencies

PHPit.net: Using the CURL Library on PHP

Stubbles Blog: State of annotations in the PHP world

PHPBuilder.com: Using the ADOdb library with Oracle and PHP


Community Events











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


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

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