<?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>Charles Reace&#039;s blog about PHP, MySQL, and life in general</description>
	<lastBuildDate>Mon, 22 Aug 2011 17:16:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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>

