<?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>Jeff Linse &#187; cakephp</title>
	<atom:link href="http://jefflinse.com/tag/cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://jefflinse.com</link>
	<description></description>
	<lastBuildDate>Fri, 12 Nov 2010 01:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Maintain Simple, Static Pages in CakePHP</title>
		<link>http://jefflinse.com/2009/how-to-maintain-simple-static-pages-in-a-cakephp-application/</link>
		<comments>http://jefflinse.com/2009/how-to-maintain-simple-static-pages-in-a-cakephp-application/#comments</comments>
		<pubDate>Sat, 09 May 2009 18:30:17 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[routing]]></category>
		<category><![CDATA[static pages]]></category>

		<guid isPermaLink="false">http://jefflinse.com/?p=60</guid>
		<description><![CDATA[Cake&#8217;s default way of handling simple static content is to use the built-in PagesController to serve up .tpl files from /app/views/pages. This is a simple and straightforward approach and works for very small websites, but comes with some obvious drawbacks: Making changes to the content of the pages requires editing template files; There&#8217;s no easy [...]]]></description>
		<wfw:commentRss>http://jefflinse.com/2009/how-to-maintain-simple-static-pages-in-a-cakephp-application/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>A Calendar Element for CakePHP</title>
		<link>http://jefflinse.com/2009/a-calendar-element-for-cakephp/</link>
		<comments>http://jefflinse.com/2009/a-calendar-element-for-cakephp/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 00:43:27 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[element]]></category>

		<guid isPermaLink="false">http://jefflinse.com/?p=26</guid>
		<description><![CDATA[Here&#8217;s a quick calendar element I whipped up for a CakePHP application I&#8217;m writing.  I needed to use the calendar in a number of different places, so creating a view element for it in Cake made the most sense. &#60;&#60;&#60; March 2009 &#62;&#62;&#62; Su Mo Tu We Th Fr Sa 1 2 3 4 5 [...]]]></description>
		<wfw:commentRss>http://jefflinse.com/2009/a-calendar-element-for-cakephp/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

