<?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>Joseph Crawford &#187; Routes</title>
	<atom:link href="http://www.jbcrawford.net/archives/tag/routes/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jbcrawford.net</link>
	<description>Hello World!</description>
	<lastBuildDate>Sat, 12 Dec 2009 18:11:23 +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>Simple CakePHP CMS (Content Management System)</title>
		<link>http://www.jbcrawford.net/archives/122</link>
		<comments>http://www.jbcrawford.net/archives/122#comments</comments>
		<pubDate>Tue, 27 Jan 2009 06:25:43 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Auth]]></category>
		<category><![CDATA[Content Management]]></category>
		<category><![CDATA[Routes]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122</guid>
		<description><![CDATA[I have recently been working on a way to create a simple CMS (Content Mangement System) for my CakePHP websites that will allow the site owners to log in and maintain their own website. I needed a way for them to create, edit and delete pages. So I came up with this content controller and [...]]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/122/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Route Component for CakePHP 1.2.*</title>
		<link>http://www.jbcrawford.net/archives/80</link>
		<comments>http://www.jbcrawford.net/archives/80#comments</comments>
		<pubDate>Sat, 24 Jan 2009 20:10:13 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Routes]]></category>

		<guid isPermaLink="false">http://www.jbcrawford.net/?p=80</guid>
		<description><![CDATA[I wrote this component for a simple content management system that I was building for a customer that I will go over in another upcoming post. It can be used to create and remove routes on the fly.

/app/controllers/components/route.php
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849&#60;?php
class RouteComponent extends Object &#123;
&#160; &#160; var $route_file = '../config/routes.php';
&#160; &#160; 
&#160; &#160; function initialize&#40;&#41; &#123;
&#160; &#160; &#160; [...]]]></description>
		<wfw:commentRss>http://www.jbcrawford.net/archives/80/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
