<?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: CakePHP RESTFul Resources, Not There Yet.</title>
	<atom:link href="http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/</link>
	<description>An Opinion is a Terrible Thing To Waste</description>
	<lastBuildDate>Thu, 21 Jan 2010 16:59:47 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Curry</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-928</link>
		<dc:creator>Matt Curry</dc:creator>
		<pubDate>Thu, 05 Mar 2009 18:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-928</guid>
		<description>Yea, I understand all that.  It just sounded weird, because I&#039;ve never heard of a REST request returning an HTML form.</description>
		<content:encoded><![CDATA[<p>Yea, I understand all that.  It just sounded weird, because I&#8217;ve never heard of a REST request returning an HTML form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScottK</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-927</link>
		<dc:creator>ScottK</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-927</guid>
		<description>By default the new/edit action in the PostsController renders the new.ctp/edit.ctp respectively.

The new.ctp would hold all the model fields you wish to collect when creating a new record. The edit.ctp would display all the fields for an exiting record for modification.

Typically you would only produce html files for these.</description>
		<content:encoded><![CDATA[<p>By default the new/edit action in the PostsController renders the new.ctp/edit.ctp respectively.</p>
<p>The new.ctp would hold all the model fields you wish to collect when creating a new record. The edit.ctp would display all the fields for an exiting record for modification.</p>
<p>Typically you would only produce html files for these.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Curry</title>
		<link>http://www.techraving.com/2009/03/05/cakephp-restful-resources-not-there-yet/comment-page-1/#comment-926</link>
		<dc:creator>Matt Curry</dc:creator>
		<pubDate>Thu, 05 Mar 2009 17:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.techraving.com/?p=248#comment-926</guid>
		<description>Hey Scott,
I&#039;m a bit confused over what&#039;s returned when you make a GET request to /posts/new or /posts/1/edit.  Is it the actual HTML with the inputs or some XML representation?</description>
		<content:encoded><![CDATA[<p>Hey Scott,<br />
I&#8217;m a bit confused over what&#8217;s returned when you make a GET request to /posts/new or /posts/1/edit.  Is it the actual HTML with the inputs or some XML representation?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
