<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Simple CakePHP CMS (Content Management System)</title>
	<atom:link href="http://www.jbcrawford.net/archives/122/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jbcrawford.net/archives/122</link>
	<description>Hello World!</description>
	<lastBuildDate>Fri, 06 Aug 2010 12:33:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Perry</title>
		<link>http://www.jbcrawford.net/archives/122/comment-page-1#comment-506</link>
		<dc:creator>Perry</dc:creator>
		<pubDate>Sun, 21 Feb 2010 10:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122#comment-506</guid>
		<description>&lt;a href=&quot;#comment-271&quot; rel=&quot;nofollow&quot;&gt;@rudy&lt;/a&gt; 
??? I dont understand</description>
		<content:encoded><![CDATA[<p><a href="#comment-271" rel="nofollow">@rudy</a><br />
??? I dont understand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>http://www.jbcrawford.net/archives/122/comment-page-1#comment-505</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Sun, 21 Feb 2010 10:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122#comment-505</guid>
		<description>&lt;a href=&quot;#comment-274&quot; rel=&quot;nofollow&quot;&gt;@Joseph&lt;/a&gt; 
Excellent and very usefull approach. Thanks Joseph.</description>
		<content:encoded><![CDATA[<p><a href="#comment-274" rel="nofollow">@Joseph</a><br />
Excellent and very usefull approach. Thanks Joseph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.jbcrawford.net/archives/122/comment-page-1#comment-459</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sat, 12 Dec 2009 17:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122#comment-459</guid>
		<description>Hello Seth,
There should not be any pitfalls as long as you specify your &#039;Content&#039; model in the controller. Otherwise Cake will look for a &#039;Contents&#039; model and give you an error. I really wanted to call that the pages controller but that would conflict with the one built into Cake. I struggled with whether to call it Contents or Content and like you pointed out Content can be a plural of itself. Since the Cake naming conventions are to use plurals for the controller names it should still be correct it just goes beyond the language abilities of cake. I normally do stick with the conventional methods. But personally I like things to make sense in the url and this was one of those cases.
Anyway, thanks for the comment and I&#039;m glad some of this has helped you some.</description>
		<content:encoded><![CDATA[<p>Hello Seth,<br />
There should not be any pitfalls as long as you specify your &#8216;Content&#8217; model in the controller. Otherwise Cake will look for a &#8216;Contents&#8217; model and give you an error. I really wanted to call that the pages controller but that would conflict with the one built into Cake. I struggled with whether to call it Contents or Content and like you pointed out Content can be a plural of itself. Since the Cake naming conventions are to use plurals for the controller names it should still be correct it just goes beyond the language abilities of cake. I normally do stick with the conventional methods. But personally I like things to make sense in the url and this was one of those cases.<br />
Anyway, thanks for the comment and I&#8217;m glad some of this has helped you some.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seth</title>
		<link>http://www.jbcrawford.net/archives/122/comment-page-1#comment-458</link>
		<dc:creator>seth</dc:creator>
		<pubDate>Thu, 10 Dec 2009 17:37:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122#comment-458</guid>
		<description>Thank you for the great set of cakephp articles! They&#039;re very straightforward and helpful for a novice like myself.

The only part of the CMS here that I&#039;m uncertain about is the fact that it appears you&#039;re deviating from the &#039;Convention over Configuration&#039; model by naming your controller &#039;content_controller&#039; and &#039;ContentController&#039; instead of &#039;contents_controller&#039; and &#039;ContentsController.

I understand that &#039;content&#039; can be used to describe singular pieces of &#039;content&#039;, and well as the whole collection of &#039;content&#039; on your site; but are there any pitfalls I should watch out for when using what appears to be a non-standard naming convention in my app?</description>
		<content:encoded><![CDATA[<p>Thank you for the great set of cakephp articles! They&#8217;re very straightforward and helpful for a novice like myself.</p>
<p>The only part of the CMS here that I&#8217;m uncertain about is the fact that it appears you&#8217;re deviating from the &#8216;Convention over Configuration&#8217; model by naming your controller &#8216;content_controller&#8217; and &#8216;ContentController&#8217; instead of &#8216;contents_controller&#8217; and &#8216;ContentsController.</p>
<p>I understand that &#8216;content&#8217; can be used to describe singular pieces of &#8216;content&#8217;, and well as the whole collection of &#8216;content&#8217; on your site; but are there any pitfalls I should watch out for when using what appears to be a non-standard naming convention in my app?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Love</title>
		<link>http://www.jbcrawford.net/archives/122/comment-page-1#comment-355</link>
		<dc:creator>Steve Love</dc:creator>
		<pubDate>Sun, 12 Jul 2009 16:14:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122#comment-355</guid>
		<description>Thanks, Joseph. These tutorials so far really are great starting points.</description>
		<content:encoded><![CDATA[<p>Thanks, Joseph. These tutorials so far really are great starting points.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph</title>
		<link>http://www.jbcrawford.net/archives/122/comment-page-1#comment-274</link>
		<dc:creator>Joseph</dc:creator>
		<pubDate>Sat, 16 May 2009 16:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122#comment-274</guid>
		<description>That is a regular text field thing. When you hit enter it inputs a newline character \n. Then in your display code you can use the nl2br php function to convert newline characters to html br tags.</description>
		<content:encoded><![CDATA[<p>That is a regular text field thing. When you hit enter it inputs a newline character \n. Then in your display code you can use the nl2br php function to convert newline characters to html br tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudy</title>
		<link>http://www.jbcrawford.net/archives/122/comment-page-1#comment-271</link>
		<dc:creator>rudy</dc:creator>
		<pubDate>Sat, 16 May 2009 11:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.jbcrawford.net/?p=122#comment-271</guid>
		<description>hey, how do you detect enters in the comments


like this</description>
		<content:encoded><![CDATA[<p>hey, how do you detect enters in the comments</p>
<p>like this</p>
]]></content:encoded>
	</item>
</channel>
</rss>
