<?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: Building Browsergames: DRYing out our database connections (PHP)</title>
	<atom:link href="http://buildingbrowsergames.com/2008/07/09/drying-out-our-database-connections-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://buildingbrowsergames.com/2008/07/09/drying-out-our-database-connections-php/</link>
	<description>Ever wanted to build a browsergame?</description>
	<lastBuildDate>Wed, 10 Mar 2010 20:26:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: BBBB</title>
		<link>http://buildingbrowsergames.com/2008/07/09/drying-out-our-database-connections-php/comment-page-1/#comment-609</link>
		<dc:creator>BBBB</dc:creator>
		<pubDate>Tue, 21 Apr 2009 00:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=80#comment-609</guid>
		<description>I don&#039;t think you really should do this. Later there will be much more values in it and you dont want to connect to mysql always when you include the file. Also I would start searching in the config for the mysql config and not in the database file</description>
		<content:encoded><![CDATA[<p>I don&#39;t think you really should do this. Later there will be much more values in it and you dont want to connect to mysql always when you include the file. Also I would start searching in the config for the mysql config and not in the database file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BBBB</title>
		<link>http://buildingbrowsergames.com/2008/07/09/drying-out-our-database-connections-php/comment-page-1/#comment-396</link>
		<dc:creator>BBBB</dc:creator>
		<pubDate>Mon, 20 Apr 2009 19:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=80#comment-396</guid>
		<description>I don&#039;t think you really should do this. Later there will be much more values in it and you dont want to connect to mysql always when you include the file. Also I would start searching in the config for the mysql config and not in the database file</description>
		<content:encoded><![CDATA[<p>I don&#39;t think you really should do this. Later there will be much more values in it and you dont want to connect to mysql always when you include the file. Also I would start searching in the config for the mysql config and not in the database file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrLollige</title>
		<link>http://buildingbrowsergames.com/2008/07/09/drying-out-our-database-connections-php/comment-page-1/#comment-368</link>
		<dc:creator>MrLollige</dc:creator>
		<pubDate>Sat, 14 Mar 2009 18:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=80#comment-368</guid>
		<description>I am just checking if my own ideas are not silly or if I am forgetting something. But of course, you can use them ;)</description>
		<content:encoded><![CDATA[<p>I am just checking if my own ideas are not silly or if I am forgetting something. But of course, you can use them <img src='http://buildingbrowsergames.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://buildingbrowsergames.com/2008/07/09/drying-out-our-database-connections-php/comment-page-1/#comment-364</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Sat, 14 Mar 2009 17:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=80#comment-364</guid>
		<description>That sounds like a pretty good idea - the tutorial&#039;s finished, but I&#039;ll&lt;br&gt;definitely have to keep that in mind for next time.</description>
		<content:encoded><![CDATA[<p>That sounds like a pretty good idea &#8211; the tutorial&#39;s finished, but I&#39;ll<br />definitely have to keep that in mind for next time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MrLollige</title>
		<link>http://buildingbrowsergames.com/2008/07/09/drying-out-our-database-connections-php/comment-page-1/#comment-360</link>
		<dc:creator>MrLollige</dc:creator>
		<pubDate>Sat, 14 Mar 2009 14:23:30 +0000</pubDate>
		<guid isPermaLink="false">http://buildingbrowsergames.com/?p=80#comment-360</guid>
		<description>Right now, you do not need the config file for anything else but database values.. Right?&lt;br&gt;&lt;br&gt;So why not make the config and the database connection file the same file?</description>
		<content:encoded><![CDATA[<p>Right now, you do not need the config file for anything else but database values.. Right?</p>
<p>So why not make the config and the database connection file the same file?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
