<?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: Why should we use PHP constants inside classes</title>
	<atom:link href="http://thedeployer.com/2009-04-why-should-we-use-php-constants-inside-classes/feed" rel="self" type="application/rss+xml" />
	<link>http://thedeployer.com/2009-04-why-should-we-use-php-constants-inside-classes</link>
	<description>Technology and Development Today</description>
	<lastBuildDate>Sat, 03 Apr 2010 08:03:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: anonymous</title>
		<link>http://thedeployer.com/2009-04-why-should-we-use-php-constants-inside-classes/comment-page-1#comment-60</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Sat, 20 Jun 2009 12:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://thedeployer.com/?p=237#comment-60</guid>
		<description>&quot;dezactivate&quot;, yeah right ;))</description>
		<content:encoded><![CDATA[<p>&#8220;dezactivate&#8221;, yeah right <img src='http://thedeployer.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucian Daniliuc</title>
		<link>http://thedeployer.com/2009-04-why-should-we-use-php-constants-inside-classes/comment-page-1#comment-28</link>
		<dc:creator>Lucian Daniliuc</dc:creator>
		<pubDate>Thu, 16 Apr 2009 06:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://thedeployer.com/?p=237#comment-28</guid>
		<description>Well, I have to disagree. I use subversion for all my projects and my config file IS a class. There&#039;s no need to add code in the configuration class.

And regarding versioning config files, I keep in the repository files like config-dist.php, and after deployment I rename them to config.php.</description>
		<content:encoded><![CDATA[<p>Well, I have to disagree. I use subversion for all my projects and my config file IS a class. There&#8217;s no need to add code in the configuration class.</p>
<p>And regarding versioning config files, I keep in the repository files like config-dist.php, and after deployment I rename them to config.php.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZacharyDanger</title>
		<link>http://thedeployer.com/2009-04-why-should-we-use-php-constants-inside-classes/comment-page-1#comment-27</link>
		<dc:creator>ZacharyDanger</dc:creator>
		<pubDate>Wed, 15 Apr 2009 20:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://thedeployer.com/?p=237#comment-27</guid>
		<description>Storing database configuration (any configuration, really) information inside a class is bad form. If you&#039;re using any sort of version control system, you now have to template your AppSettings class.</description>
		<content:encoded><![CDATA[<p>Storing database configuration (any configuration, really) information inside a class is bad form. If you&#8217;re using any sort of version control system, you now have to template your AppSettings class.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
