<?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</title>
	<atom:link href="https://rathercurious.no3.co.uk/category/pdo/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>Easy abstraction layer for PDO</title>
		<link>https://rathercurious.no3.co.uk/archives/292</link>
		<comments>https://rathercurious.no3.co.uk/archives/292#comments</comments>
		<pubDate>Thu, 04 Mar 2010 12:18:12 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=292</guid>
		<description><![CDATA[Sometimes it's nice to have easier access to the PDO abstraction layer than PHP provides by default.  This extension to PDO should do the trick.
]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/292/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Currency Exchange Class &#8211; multiple currencies and historic dates</title>
		<link>https://rathercurious.no3.co.uk/archives/281</link>
		<comments>https://rathercurious.no3.co.uk/archives/281#comments</comments>
		<pubDate>Thu, 02 Jul 2009 15:15:33 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sample Classes]]></category>
		<category><![CDATA[Sqlite]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=281</guid>
		<description><![CDATA[I have been trying, for some time, to find a published API from a reputable source to retrieve currency pairs for a given date.  i have found some that are chargeable, but none that are freeware.
Here is some code that does the necessary.]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/281/feed</wfw:commentRss>
		<slash:comments>0</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>Wassup version 1.6</title>
		<link>https://rathercurious.no3.co.uk/archives/40</link>
		<comments>https://rathercurious.no3.co.uk/archives/40#comments</comments>
		<pubDate>Fri, 04 Jul 2008 20:52:37 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO]]></category>
		<category><![CDATA[PDO For Wordpress]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Sqlite]]></category>
		<category><![CDATA[Wassup]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://rathercurious.net/?p=40</guid>
		<description><![CDATA[Wassup version 1.6 looks very smart. but it doesn&#8217;t play nicely with PDO For WordPress (or at least the SQLite driver). There is a redundant call to mysql_* function in lib/main.php &#8211; but that&#8217;s just one of the issues. it looks to me like the author has really over complicated some of the sql for [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User Management Code</title>
		<link>https://rathercurious.no3.co.uk/archives/32</link>
		<comments>https://rathercurious.no3.co.uk/archives/32#comments</comments>
		<pubDate>Fri, 04 Jul 2008 10:21:36 +0000</pubDate>
		<dc:creator><![CDATA[Justin]]></dc:creator>
				<category><![CDATA[PDO]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://rathercurious.net/archives/32</guid>
		<description><![CDATA[i have so many scripts lying around for handling users and logins. i seem never to be able to find one when i need it, and so end up constantly writing new versions. so i&#8217;m starting a project to create a definitive version. these are the functional requirements i&#8217;m designing to: user details management (CRUD [&#8230;]]]></description>
		<wfw:commentRss>https://rathercurious.no3.co.uk/archives/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
