<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using Annotations in PHP</title>
	<atom:link href="http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/</link>
	<description>Simple is better than complex. Complex is better than complicated. &#124; @fedecarg</description>
	<lastBuildDate>Mon, 06 Feb 2012 14:38:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-7169</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Sat, 02 Apr 2011 11:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-7169</guid>
		<description><![CDATA[Thanks buddy. For those who are interested, here&#039;s the link: 

https://github.com/marcelog/AnoForPHP]]></description>
		<content:encoded><![CDATA[<p>Thanks buddy. For those who are interested, here&#8217;s the link: </p>
<p><a href="https://github.com/marcelog/AnoForPHP" rel="nofollow">https://github.com/marcelog/AnoForPHP</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcelo Gornstein</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-7157</link>
		<dc:creator><![CDATA[Marcelo Gornstein]]></dc:creator>
		<pubDate>Wed, 16 Mar 2011 12:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-7157</guid>
		<description><![CDATA[I&#039;m made an experimental patch for ZendEngine/PHP, to allow native annotations in php using the @@ token (the @ was already taken).

This patch is made for PHP 5.3.5, and allows the annotation of 0 or more classes, properties, methods, and arguments for the methods.

The annotations can be accessed via the getAnnotations() method for ReflectionClass, ReflectionMethod, ReflectionProperty, and ReflectionParameter.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m made an experimental patch for ZendEngine/PHP, to allow native annotations in php using the @@ token (the @ was already taken).</p>
<p>This patch is made for PHP 5.3.5, and allows the annotation of 0 or more classes, properties, methods, and arguments for the methods.</p>
<p>The annotations can be accessed via the getAnnotations() method for ReflectionClass, ReflectionMethod, ReflectionProperty, and ReflectionParameter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DevReference.org</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-6782</link>
		<dc:creator><![CDATA[DevReference.org]]></dc:creator>
		<pubDate>Fri, 16 Jul 2010 10:14:26 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-6782</guid>
		<description><![CDATA[[...] Using Annotations in PHP   Share and [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Using Annotations in PHP   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iongion</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-4698</link>
		<dc:creator><![CDATA[iongion]]></dc:creator>
		<pubDate>Sat, 31 Oct 2009 07:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-4698</guid>
		<description><![CDATA[&quot; Call me stupid but I still don’t see any purpose in having annotations in PHP source. &quot;

If YOU don&#039;t see the purpose, it doesn&#039;t mean other won&#039;t also. It is a shame that PHP is the only mainstream web technology that does not offer this kind of syntactic sugar tool.

- Java has native support
- Python has native support
- Ruby - you can easily invent them thanks to blocks

shame, they would be such a good tool for DDL/DSL purposes and beyond]]></description>
		<content:encoded><![CDATA[<p>&#8221; Call me stupid but I still don’t see any purpose in having annotations in PHP source. &#8221;</p>
<p>If YOU don&#8217;t see the purpose, it doesn&#8217;t mean other won&#8217;t also. It is a shame that PHP is the only mainstream web technology that does not offer this kind of syntactic sugar tool.</p>
<p>- Java has native support<br />
- Python has native support<br />
- Ruby &#8211; you can easily invent them thanks to blocks</p>
<p>shame, they would be such a good tool for DDL/DSL purposes and beyond</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PCSpectra</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-1943</link>
		<dc:creator><![CDATA[PCSpectra]]></dc:creator>
		<pubDate>Tue, 25 Nov 2008 06:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-1943</guid>
		<description><![CDATA[Call me stupid but I still don&#039;t see any purpose in having annotations in PHP source.

I understand that having meta-data might be useful but haven&#039;t really seen anything of use, except for a single article where the author suggests &quot;marking&quot; model methods as RESTable so they beocme discoverable programmatically. This I thought was quite brilliant.

Cheers,
Alex]]></description>
		<content:encoded><![CDATA[<p>Call me stupid but I still don&#8217;t see any purpose in having annotations in PHP source.</p>
<p>I understand that having meta-data might be useful but haven&#8217;t really seen anything of use, except for a single article where the author suggests &#8220;marking&#8221; model methods as RESTable so they beocme discoverable programmatically. This I thought was quite brilliant.</p>
<p>Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johno</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-1058</link>
		<dc:creator><![CDATA[johno]]></dc:creator>
		<pubDate>Sun, 27 Jul 2008 11:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-1058</guid>
		<description><![CDATA[Hey, thanks for linking my project. Do you actually use it in your projects?]]></description>
		<content:encoded><![CDATA[<p>Hey, thanks for linking my project. Do you actually use it in your projects?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Federico</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-991</link>
		<dc:creator><![CDATA[Federico]]></dc:creator>
		<pubDate>Tue, 22 Jul 2008 20:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-991</guid>
		<description><![CDATA[Looks very interesting, thanks :)]]></description>
		<content:encoded><![CDATA[<p>Looks very interesting, thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon G.</title>
		<link>http://blog.fedecarg.com/2008/07/19/using-annotations-in-php/#comment-990</link>
		<dc:creator><![CDATA[Jon G.]]></dc:creator>
		<pubDate>Tue, 22 Jul 2008 19:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://phpimpact.wordpress.com/?p=318#comment-990</guid>
		<description><![CDATA[Hmm...

http://interfacelab.com/metadataattributes-in-php/]]></description>
		<content:encoded><![CDATA[<p>Hmm&#8230;</p>
<p><a href="http://interfacelab.com/metadataattributes-in-php/" rel="nofollow">http://interfacelab.com/metadataattributes-in-php/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

