<?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>Rather Curious &#187; PDO For WordPress</title>
	<atom:link href="https://rathercurious.no3.co.uk/category/pdo-for-wordpress/feed" rel="self" type="application/rss+xml" />
	<link>https://rathercurious.no3.co.uk</link>
	<description>A home for my coding projects</description>
	<lastBuildDate>Thu, 04 Mar 2010 12:18:12 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.16</generator>
	<item>
		<title>PDO For WordPress and WP &gt; 2.8</title>
		<link>https://rathercurious.no3.co.uk/archives/290</link>
		<comments>https://rathercurious.no3.co.uk/archives/290#comments</comments>
		<pubDate>Sun, 27 Dec 2009 02:43:01 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO For Wordpress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=290</guid>
		<description><![CDATA[it&#8217;s been a while since i have had time to update PDO For WordPress. i have had a preliminary look at things and i believe that the incompatibility for new installs is based in the is_blog_installed() function. this should be fixable but is non-trivial. for existing installs, the fix should be trivial (indeed, I am [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/290/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>DB Manager for PDO-SQLite on WordPress</title>
		<link>https://rathercurious.no3.co.uk/archives/265</link>
		<comments>https://rathercurious.no3.co.uk/archives/265#comments</comments>
		<pubDate>Mon, 01 Jun 2009 15:11:42 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO]]></category>
		<category><![CDATA[PDO For Wordpress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=265</guid>
		<description><![CDATA[New plugin in the pipeline to enable direct DB manipulation in WP for SQLite databases.]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/265/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>PDO For WordPress &#8211; update</title>
		<link>https://rathercurious.no3.co.uk/archives/256</link>
		<comments>https://rathercurious.no3.co.uk/archives/256#comments</comments>
		<pubDate>Fri, 03 Apr 2009 11:38:34 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO For Wordpress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=256</guid>
		<description><![CDATA[after nearly a year of absence i have updated PDO for WordPress to function with WP 2.7.1. In the same breath i have also changed many of the regex calls in the sqlite driver to use sqlite UDF&#8217;s (user defined functions) instead. there should be a measurable performance gain over previous versions. the latest version [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/256/feed</wfw:commentRss>
		<slash:comments>141</slash:comments>
		</item>
		<item>
		<title>multiBlog &#8211; a solution &#8230; ish</title>
		<link>https://rathercurious.no3.co.uk/archives/64</link>
		<comments>https://rathercurious.no3.co.uk/archives/64#comments</comments>
		<pubDate>Wed, 06 Aug 2008 13:38:06 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO For Wordpress]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[multiBlog]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=64</guid>
		<description><![CDATA[well, i've got a bunch of blogs now all operational off the same codebase.  no, proverbial, worries. <em>save one</em>.]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MultiBlog &#8211; a bit further on&#8230;</title>
		<link>https://rathercurious.no3.co.uk/archives/49</link>
		<comments>https://rathercurious.no3.co.uk/archives/49#comments</comments>
		<pubDate>Wed, 16 Jul 2008 14:14:18 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO For Wordpress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[multiBlog]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=49</guid>
		<description><![CDATA[well, i’ve spent an hour or so on trying to create multiBlog in the most simple manner possible. in some respects, with the new version of WordPress, the biggest sweat of maintaining multiple installations is lifted by being able to specify a separate directory for wp-content. but using this we can’t guarantee the workings of third party plugins.

in turns out that we can solve the multiBlog issue very very simply and with only two minor edits.]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/49/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
