<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Francois Faubert &#187; PDO</title>
	<atom:link href="http://www.francoisfaubert.com/tag/pdo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.francoisfaubert.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 Sep 2009 19:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Stop reinventing the wheel</title>
		<link>http://www.francoisfaubert.com/2007/11/08/stop-reinventing-the-wheel/</link>
		<comments>http://www.francoisfaubert.com/2007/11/08/stop-reinventing-the-wheel/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 15:20:34 +0000</pubDate>
		<dc:creator>francoisfaubert</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PDO]]></category>

		<guid isPermaLink="false">http://fake.themusictank.com/2007/11/08/stop-reinventing-the-wheel/</guid>
		<description><![CDATA[For years, I&#8217;ve been using an early version of a PHP database access class written by a friend of mine (hi Max!). I&#8217;ve been tweaking it over and over again, spending way too much time on it considering the end result.
Well I&#8217;m tired of reinventing the wheel. Since it&#8217;s fifth installment, PHP provides an API [...]]]></description>
			<content:encoded><![CDATA[<p>For years, I&#8217;ve been using an early version of a PHP database access class written by a friend of mine (hi Max!). I&#8217;ve been tweaking it over and over again, spending way too much time on it considering the end result.</p>
<p>Well I&#8217;m tired of reinventing the wheel. Since it&#8217;s fifth installment, PHP provides an API easing access to all types of databases called <a href="http://ca.php.net/manual/en/ref.pdo.php">PDO functions</a>. All the features you need are in there, coded in C by NASA engineers and is likely better than anything I could come up with.</p>
<p>You really should read up on the PDO if you currently maintain a custom database access object &#8212; or none at all. Also, as the documentation points out, this is not a full-blown database abstraction layer (to run MySQL, Oracle or others transparently) it&#8217;s a data-access abstraction layer (so make sure your queries are properly formed for the database you want to use).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.francoisfaubert.com/2007/11/08/stop-reinventing-the-wheel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
