<?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"
	>
<channel>
	<title>Comments on: A Question about object properties in PHP Classes.</title>
	<atom:link href="http://www.killerphp.com/articles/object-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killerphp.com/articles/object-properties/</link>
	<description>Dedicated to teaching web designers PHP.</description>
	<pubDate>Mon, 06 Oct 2008 17:44:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://www.killerphp.com/articles/object-properties/#comment-46366</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Fri, 07 Dec 2007 14:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/object-properties/#comment-46366</guid>
		<description>&lt;strong&gt;Stefan Mischook's Blog: A Question about object properties in PHP Classes...&lt;/strong&gt;


Stefan Mischook shares a little question and answer he had recently ......</description>
		<content:encoded><![CDATA[<p><strong>Stefan Mischook&#8217;s Blog: A Question about object properties in PHP Classes&#8230;</strong></p>
<p>Stefan Mischook shares a little question and answer he had recently &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Mischook</title>
		<link>http://www.killerphp.com/articles/object-properties/#comment-46315</link>
		<dc:creator>Stefan Mischook</dc:creator>
		<pubDate>Fri, 07 Dec 2007 06:47:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/object-properties/#comment-46315</guid>
		<description>Hi,

Jon is correct and I actually prefer using interfaces to set standards in the code base over abstract or concrete classes ... more flexible.

If any of you are not sure what interfaces are: 

http://www.killerphp.com/articles/php-interfaces/

CIAO,

Stefan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Jon is correct and I actually prefer using interfaces to set standards in the code base over abstract or concrete classes &#8230; more flexible.</p>
<p>If any of you are not sure what interfaces are: </p>
<p><a href="http://www.killerphp.com/articles/php-interfaces/" rel="nofollow">http://www.killerphp.com/articles/php-interfaces/</a></p>
<p>CIAO,</p>
<p>Stefan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Lebensold</title>
		<link>http://www.killerphp.com/articles/object-properties/#comment-46308</link>
		<dc:creator>Jon Lebensold</dc:creator>
		<pubDate>Fri, 07 Dec 2007 03:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/object-properties/#comment-46308</guid>
		<description>Designing applications with interfaces also helps. Essentially, you specify the implementation of the class in a separate file that is implemented in your concrete class. Interfaces work really well in C# / Java due to the strong-typed nature of the language, however that doesn't mean that PHP developers should be sloppy. If anything, we should be more rigorous in our development practices.</description>
		<content:encoded><![CDATA[<p>Designing applications with interfaces also helps. Essentially, you specify the implementation of the class in a separate file that is implemented in your concrete class. Interfaces work really well in C# / Java due to the strong-typed nature of the language, however that doesn&#8217;t mean that PHP developers should be sloppy. If anything, we should be more rigorous in our development practices.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
