<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Mon, 20 May 2013 11:56:26 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[PHPImpact Blog: Using Annotations in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10652</guid>
      <link>http://www.phpdeveloper.org/news/10652</link>
      <description><![CDATA[<p>
On the PHP::Impact blog today there's a <a href="http://phpimpact.wordpress.com/2008/07/19/using-annotations-in-php/">new post</a> showing how to use annotations in your application's code that can be used by the <a href="http://code.google.com/p/addendum/">Addendum</a> library.
</p>
<blockquote>
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.
</blockquote>
<p>
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.
</p>]]></description>
      <pubDate>Tue, 22 Jul 2008 07:55:04 -0500</pubDate>
    </item>
  </channel>
</rss>
