<?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: Saving a model without data</title>
	<atom:link href="http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/comment-page-1/#comment-37736</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 27 Nov 2007 16:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/#comment-37736</guid>
		<description>@Abba: Thanks for your comment, and yes, that is a possible solution. Personally, I don&#039;t like it to add such a dummy field to a table to avoid a bug in the used framework...</description>
		<content:encoded><![CDATA[<p>@Abba: Thanks for your comment, and yes, that is a possible solution. Personally, I don&#8217;t like it to add such a dummy field to a table to avoid a bug in the used framework&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abba Bryant</title>
		<link>http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/comment-page-1/#comment-37526</link>
		<dc:creator>Abba Bryant</dc:creator>
		<pubDate>Tue, 27 Nov 2007 02:00:22 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/#comment-37526</guid>
		<description>I have run into this before ( quite some time ago ) but if I remember correctly - I simply added a field that I never needed a value in to the table. I made sure I didn&#039;t require a value for it in any validation and defaulted it to null.

That worked for me. YMMV.</description>
		<content:encoded><![CDATA[<p>I have run into this before ( quite some time ago ) but if I remember correctly &#8211; I simply added a field that I never needed a value in to the table. I made sure I didn&#8217;t require a value for it in any validation and defaulted it to null.</p>
<p>That worked for me. YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/comment-page-1/#comment-26649</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Thu, 01 Nov 2007 16:27:51 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/#comment-26649</guid>
		<description>@The Mullet: Thanks for your question!

The reason I use such a table is that a User can have multiple OpenIDs to login, i.e. multiple OpenIDs are tied to one user account.

I hope with this short explanation it is more clear what the idea is ;-)</description>
		<content:encoded><![CDATA[<p>@The Mullet: Thanks for your question!</p>
<p>The reason I use such a table is that a User can have multiple OpenIDs to login, i.e. multiple OpenIDs are tied to one user account.</p>
<p>I hope with this short explanation it is more clear what the idea is ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Mullet</title>
		<link>http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/comment-page-1/#comment-26581</link>
		<dc:creator>The Mullet</dc:creator>
		<pubDate>Thu, 01 Nov 2007 10:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/11/01/saving-a-model-without-data/#comment-26581</guid>
		<description>I don&#039;t get the idea why you tried  this in the first place: creating an entry just to see when you did it ?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t get the idea why you tried  this in the first place: creating an entry just to see when you did it ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

