<?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/"
		>
<channel>
	<title>Comments on: Metadata/Attributes in PHP</title>
	<atom:link href="http://interfacelab.com/metadataattributes-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://interfacelab.com/metadataattributes-in-php/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Mar 2012 06:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Daniel Lew</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-39</link>
		<dc:creator>Daniel Lew</dc:creator>
		<pubDate>Sun, 26 Jun 2011 02:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-39</guid>
		<description>Thanks for providing the link for the download of classes, appreciate it! </description>
		<content:encoded><![CDATA[<p>Thanks for providing the link for the download of classes, appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Lew</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-1146</link>
		<dc:creator>Daniel Lew</dc:creator>
		<pubDate>Sun, 26 Jun 2011 02:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-1146</guid>
		<description>Thanks for providing the link for the download of classes, appreciate it! </description>
		<content:encoded><![CDATA[<p>Thanks for providing the link for the download of classes, appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php developers</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-1144</link>
		<dc:creator>php developers</dc:creator>
		<pubDate>Sat, 28 May 2011 07:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-1144</guid>
		<description>Keep up the good Business to Business posts- great work.</description>
		<content:encoded><![CDATA[<p>Keep up the good Business to Business posts- great work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peternakah</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-1141</link>
		<dc:creator>peternakah</dc:creator>
		<pubDate>Sat, 30 Apr 2011 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-1141</guid>
		<description>It takes the metadata that defines the action and compares to the action of a MySQL database, eventually already installed, and applies the all-important alterations to amend the schema.

&lt;a href=&quot;http://www.dealsbell.com/store/toshiba/&quot; rel=&quot;nofollow&quot;&gt;toshiba direct coupon code&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It takes the metadata that defines the action and compares to the action of a MySQL database, eventually already installed, and applies the all-important alterations to amend the schema.</p>
<p><a href="http://www.dealsbell.com/store/toshiba/" rel="nofollow">toshiba direct coupon code</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus Schultz</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-1053</link>
		<dc:creator>Rasmus Schultz</dc:creator>
		<pubDate>Sat, 31 Jul 2010 17:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-1053</guid>
		<description>Since I started working with C#, I was feeling the envy when working on PHP projects, too ;-)

I came up with a simple implementation of attributes myself, using a simpler syntax that more closely matches the syntax used in C# - in case you&#039;re curious, I posted an example on this forum:

http://www.yiiframework.com/forum/index.php?/topic/10723-source-code-annotations-attributes/page__p__52806&amp;#entry52806</description>
		<content:encoded><![CDATA[<p>Since I started working with C#, I was feeling the envy when working on PHP projects, too <img src='http://interfacelab.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>I came up with a simple implementation of attributes myself, using a simpler syntax that more closely matches the syntax used in C# &#8211; in case you&#8217;re curious, I posted an example on this forum:</p>
<p><a href="http://www.yiiframework.com/forum/index.php?/topic/10723-source-code-annotations-attributes/page__p__52806&#038;#entry52806" rel="nofollow">http://www.yiiframework.com/forum/index.php?/topic/10723-source-code-annotations-attributes/page__p__52806&#038;#entry52806</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PCSpectra</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-698</link>
		<dc:creator>PCSpectra</dc:creator>
		<pubDate>Tue, 25 Nov 2008 05:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-698</guid>
		<description>Excellent idea...in fact dare I say brilliant? :P

I&#039;ve been poking around for a while now trying to figure out a way to use reflection that would be &quot;interesting&quot; and &quot;innovative&quot; I think this might be it.

The part where you said, using reflection to obtain meta data and have that information be discoverable rather than declarative...I&#039;m not sure I agree 100% but the idea of marking my methods as REST-able (for lack of a better word) by indicating that in the comment as meta-data...

Damn thats a good idea and I owe it all to this article. :P

Cheers,
Alex</description>
		<content:encoded><![CDATA[<p>Excellent idea&#8230;in fact dare I say brilliant? <img src='http://interfacelab.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I&#8217;ve been poking around for a while now trying to figure out a way to use reflection that would be &#8220;interesting&#8221; and &#8220;innovative&#8221; I think this might be it.</p>
<p>The part where you said, using reflection to obtain meta data and have that information be discoverable rather than declarative&#8230;I&#8217;m not sure I agree 100% but the idea of marking my methods as REST-able (for lack of a better word) by indicating that in the comment as meta-data&#8230;</p>
<p>Damn thats a good idea and I owe it all to this article. <img src='http://interfacelab.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Cheers,<br />
Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PCSpectra</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-26</link>
		<dc:creator>PCSpectra</dc:creator>
		<pubDate>Tue, 25 Nov 2008 02:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-26</guid>
		<description>Excellent idea...in fact dare I say brilliant? :P&lt;br&gt;&lt;br&gt;I&#039;ve been poking around for a while now trying to figure out a way to use reflection that would be &quot;interesting&quot; and &quot;innovative&quot; I think this might be it.&lt;br&gt;&lt;br&gt;The part where you said, using reflection to obtain meta data and have that information be discoverable rather than declarative...I&#039;m not sure I agree 100% but the idea of marking my methods as REST-able (for lack of a better word) by indicating that in the comment as meta-data...&lt;br&gt;&lt;br&gt;Damn thats a good idea and I owe it all to this article. :P&lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Alex</description>
		<content:encoded><![CDATA[<p>Excellent idea&#8230;in fact dare I say brilliant? <img src='http://interfacelab.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>I&#39;ve been poking around for a while now trying to figure out a way to use reflection that would be &#8220;interesting&#8221; and &#8220;innovative&#8221; I think this might be it.</p>
<p>The part where you said, using reflection to obtain meta data and have that information be discoverable rather than declarative&#8230;I&#39;m not sure I agree 100% but the idea of marking my methods as REST-able (for lack of a better word) by indicating that in the comment as meta-data&#8230;</p>
<p>Damn thats a good idea and I owe it all to this article. <img src='http://interfacelab.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Cheers,<br />Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jawngee</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-688</link>
		<dc:creator>jawngee</dc:creator>
		<pubDate>Sun, 03 Aug 2008 06:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-688</guid>
		<description>JSON would be great here as well.  Honestly, the only reason I chose YAML is because all of our other configuration is done with that.</description>
		<content:encoded><![CDATA[<p>JSON would be great here as well.  Honestly, the only reason I chose YAML is because all of our other configuration is done with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-687</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 03 Aug 2008 06:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-687</guid>
		<description>I had an idea that might work out well in replacement for the format. Maybe using a JSON object and parsing it with json_decode. That way it&#039;s converted to an associated array on it&#039;s own without the need to convert it manually.</description>
		<content:encoded><![CDATA[<p>I had an idea that might work out well in replacement for the format. Maybe using a JSON object and parsing it with json_decode. That way it&#8217;s converted to an associated array on it&#8217;s own without the need to convert it manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jawngee</title>
		<link>http://interfacelab.com/metadataattributes-in-php/#comment-30</link>
		<dc:creator>jawngee</dc:creator>
		<pubDate>Sun, 03 Aug 2008 04:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://interfacelab.com/metadataattributes-in-php/#comment-30</guid>
		<description>JSON would be great here as well.  Honestly, the only reason I chose YAML is because all of our other configuration is done with that.</description>
		<content:encoded><![CDATA[<p>JSON would be great here as well.  Honestly, the only reason I chose YAML is because all of our other configuration is done with that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

