<?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: Using a PHP Class to Store Configuration</title>
	<atom:link href="http://www.ultramegatech.com/2010/02/php-class-to-store-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/2010/02/php-class-to-store-configuration/</link>
	<description>Web development blog</description>
	<lastBuildDate>Mon, 23 Jan 2012 12:45:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/2010/02/php-class-to-store-configuration/comment-page-1/#comment-1274</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sun, 08 Aug 2010 02:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=817#comment-1274</guid>
		<description>Well the use of a class is meant to solve the namespace issues. You could choose to use an array in the class, but the idea is the same. XML can be used for persistent storage, but you&#039;d still need a place to store the data at runtime.</description>
		<content:encoded><![CDATA[<p>Well the use of a class is meant to solve the namespace issues. You could choose to use an array in the class, but the idea is the same. XML can be used for persistent storage, but you&#8217;d still need a place to store the data at runtime.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: awake</title>
		<link>http://www.ultramegatech.com/2010/02/php-class-to-store-configuration/comment-page-1/#comment-1271</link>
		<dc:creator>awake</dc:creator>
		<pubDate>Fri, 06 Aug 2010 19:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=817#comment-1271</guid>
		<description>is this really useful?  is it not better to use XML or arrays, just tasking</description>
		<content:encoded><![CDATA[<p>is this really useful?  is it not better to use XML or arrays, just tasking</p>
]]></content:encoded>
	</item>
</channel>
</rss>

