<?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: Properties in PHP</title>
	<atom:link href="http://www.norm2782.com/2009/01/properties-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.norm2782.com/2009/01/properties-in-php/</link>
	<description>Why are you here?</description>
	<lastBuildDate>Sun, 15 Feb 2009 19:36:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Reno</title>
		<link>http://www.norm2782.com/2009/01/properties-in-php/comment-page-1/#comment-43</link>
		<dc:creator>Reno</dc:creator>
		<pubDate>Mon, 02 Feb 2009 22:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.norm2782.com/?p=8#comment-43</guid>
		<description>&lt;a href=&quot;#comment-42&quot; rel=&quot;nofollow&quot;&gt;@Reno &lt;/a&gt; 
of course we&#039;ll have to switch the get and set property in previous code sample</description>
		<content:encoded><![CDATA[<p><a href="#comment-42" rel="nofollow">@Reno </a><br />
of course we&#8217;ll have to switch the get and set property in previous code sample</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reno</title>
		<link>http://www.norm2782.com/2009/01/properties-in-php/comment-page-1/#comment-42</link>
		<dc:creator>Reno</dc:creator>
		<pubDate>Mon, 02 Feb 2009 22:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.norm2782.com/?p=8#comment-42</guid>
		<description>Actually i would prefer the C# notation:

public function foo(){
    get{ $this-&gt;foo = value; }
    set{ return $this-&gt;foo; }
}</description>
		<content:encoded><![CDATA[<p>Actually i would prefer the C# notation:</p>
<p>public function foo(){<br />
    get{ $this-&gt;foo = value; }<br />
    set{ return $this-&gt;foo; }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norm 2782 &#187; Properties in PHP - revisited</title>
		<link>http://www.norm2782.com/2009/01/properties-in-php/comment-page-1/#comment-11</link>
		<dc:creator>Norm 2782 &#187; Properties in PHP - revisited</dc:creator>
		<pubDate>Wed, 14 Jan 2009 10:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.norm2782.com/?p=8#comment-11</guid>
		<description>[...] while ago I was daydreaming about native property support in PHP. Unfortunately it will be a while before PHP itself will support this natively and an even longer [...]</description>
		<content:encoded><![CDATA[<p>[...] while ago I was daydreaming about native property support in PHP. Unfortunately it will be a while before PHP itself will support this natively and an even longer [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
