<?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>PHP Musings &#187; pattern</title>
	<atom:link href="http://www.charles-reace.com/blog/tag/pattern/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.charles-reace.com/blog</link>
	<description>Random thoughts about PHP, MySQL, and life in general</description>
	<lastBuildDate>Fri, 13 Aug 2010 16:45:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Book List Project: Using the &#8220;Template&#8221; Pattern</title>
		<link>http://www.charles-reace.com/blog/2009/09/17/book-list-project-using-the-template-pattern/</link>
		<comments>http://www.charles-reace.com/blog/2009/09/17/book-list-project-using-the-template-pattern/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 21:22:10 +0000</pubDate>
		<dc:creator>Charles</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[book list]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.charles-reace.com/blog/?p=211</guid>
		<description><![CDATA[As part of my Book List project I am making use of the Template design pattern for my CodeIgniter database table models. The idea is that an abstract class contains the common processing needed by each class that will extend it, and it will have some number of abstract methods which essentially force each child [...]]]></description>
		<wfw:commentRss>http://www.charles-reace.com/blog/2009/09/17/book-list-project-using-the-template-pattern/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
