<?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: Tips for PHP Developers Pt. 2 Focus on Modularity</title>
	<atom:link href="http://blog.digitalstruct.com/2006/04/12/tips-for-php-developers-pt-2-focus-on-modularity/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.digitalstruct.com/2006/04/12/tips-for-php-developers-pt-2-focus-on-modularity/</link>
	<description>Getting inside the mind of a php developer.</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:32:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://blog.digitalstruct.com/2006/04/12/tips-for-php-developers-pt-2-focus-on-modularity/comment-page-1/#comment-61</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 04 May 2006 15:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalstruct.com/2006/04/12/tips-for-php-developers-pt-2-focus-on-modularity/#comment-61</guid>
		<description>Lukas,

Thanks for the comments.  I suppose PEAR::MDB2 probably does beat the crap out of the other ones, I should probably take a peak at it :)

I&#039;ve known about PHP_Compat for a little while, however actually never implemented it.  It looks like something that I should probably be doing from now on.

Thanks :)</description>
		<content:encoded><![CDATA[<p>Lukas,</p>
<p>Thanks for the comments.  I suppose PEAR::MDB2 probably does beat the crap out of the other ones, I should probably take a peak at it <img src='http://blog.digitalstruct.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve known about PHP_Compat for a little while, however actually never implemented it.  It looks like something that I should probably be doing from now on.</p>
<p>Thanks <img src='http://blog.digitalstruct.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://blog.digitalstruct.com/2006/04/12/tips-for-php-developers-pt-2-focus-on-modularity/comment-page-1/#comment-60</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Wed, 03 May 2006 17:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalstruct.com/2006/04/12/tips-for-php-developers-pt-2-focus-on-modularity/#comment-60</guid>
		<description>Oh one more thing .. use PEAR&#039;s PHP_Compat and PHP_CompatInfo to determine what functions/constants may be missing in your version of PHP that you are using in your code and to then load these as PHP userland implementations.</description>
		<content:encoded><![CDATA[<p>Oh one more thing .. use PEAR&#8217;s PHP_Compat and PHP_CompatInfo to determine what functions/constants may be missing in your version of PHP that you are using in your code and to then load these as PHP userland implementations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukas</title>
		<link>http://blog.digitalstruct.com/2006/04/12/tips-for-php-developers-pt-2-focus-on-modularity/comment-page-1/#comment-59</link>
		<dc:creator>Lukas</dc:creator>
		<pubDate>Wed, 03 May 2006 17:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.digitalstruct.com/2006/04/12/tips-for-php-developers-pt-2-focus-on-modularity/#comment-59</guid>
		<description>Actually you should use PEAR::MDB2 instead of PEAR::DB these days. It beats the crap out of DB in terms of performance, features, extensibility.</description>
		<content:encoded><![CDATA[<p>Actually you should use PEAR::MDB2 instead of PEAR::DB these days. It beats the crap out of DB in terms of performance, features, extensibility.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
