<?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: Two useful functions for your AppModel</title>
	<atom:link href="http://cakebaker.42dh.com/2006/01/23/two-useful-functions-for-your-appmodel/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2006/01/23/two-useful-functions-for-your-appmodel/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 16 Mar 2010 00:59:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ThinkingPHP &#187; Using generateFields() + Fix fields of the type &#8216;date&#8217;</title>
		<link>http://cakebaker.42dh.com/2006/01/23/two-useful-functions-for-your-appmodel/comment-page-1/#comment-137</link>
		<dc:creator>ThinkingPHP &#187; Using generateFields() + Fix fields of the type &#8216;date&#8217;</dc:creator>
		<pubDate>Fri, 27 Jan 2006 18:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=73#comment-137</guid>
		<description>[...] Important: As it turns out this might not be the most &quot;best practice&quot; solution to working with date fields since this stuff should be better inside of the model. If you care to do things the right way definitly have a look at CakerBaker&#039;s Blog post that deals with that topic and forget about the this step here ; ). [...]</description>
		<content:encoded><![CDATA[<p>[...] Important: As it turns out this might not be the most &#8220;best practice&#8221; solution to working with date fields since this stuff should be better inside of the model. If you care to do things the right way definitly have a look at CakerBaker&#8217;s Blog post that deals with that topic and forget about the this step here ; ). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/01/23/two-useful-functions-for-your-appmodel/comment-page-1/#comment-136</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 24 Jan 2006 08:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=73#comment-136</guid>
		<description>@Nate: Thanks for the warning. I was not aware of that.</description>
		<content:encoded><![CDATA[<p>@Nate: Thanks for the warning. I was not aware of that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2006/01/23/two-useful-functions-for-your-appmodel/comment-page-1/#comment-135</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 24 Jan 2006 08:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=73#comment-135</guid>
		<description>@Troy: Thanks for the tip. Here is the link: http://cakephp.org/pastes/show/00e37cf0187d6b50ab921776f3ee7b8f</description>
		<content:encoded><![CDATA[<p>@Troy: Thanks for the tip. Here is the link: <a href="http://cakephp.org/pastes/show/00e37cf0187d6b50ab921776f3ee7b8f" rel="nofollow">http://cakephp.org/pastes/show/00e37cf0187d6b50ab921776f3ee7b8f</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Schmidt</title>
		<link>http://cakebaker.42dh.com/2006/01/23/two-useful-functions-for-your-appmodel/comment-page-1/#comment-134</link>
		<dc:creator>Troy Schmidt</dc:creator>
		<pubDate>Mon, 23 Jan 2006 18:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=73#comment-134</guid>
		<description>gwoo also has a paste in Cakebin on a conversion of all the HTML helper date and time fields to SQL time.</description>
		<content:encoded><![CDATA[<p>gwoo also has a paste in Cakebin on a conversion of all the HTML helper date and time fields to SQL time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://cakebaker.42dh.com/2006/01/23/two-useful-functions-for-your-appmodel/comment-page-1/#comment-133</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Mon, 23 Jan 2006 16:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=73#comment-133</guid>
		<description>Daniel, this is a great solution to the problem of POST data not returning anything for unchecked checkboxes.  Just be careful when using Model::saveField( ), because it will automatically write a 0 (false) value in any checkbox that is not set.</description>
		<content:encoded><![CDATA[<p>Daniel, this is a great solution to the problem of POST data not returning anything for unchecked checkboxes.  Just be careful when using Model::saveField( ), because it will automatically write a 0 (false) value in any checkbox that is not set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Geisendörfer</title>
		<link>http://cakebaker.42dh.com/2006/01/23/two-useful-functions-for-your-appmodel/comment-page-1/#comment-132</link>
		<dc:creator>Felix Geisendörfer</dc:creator>
		<pubDate>Mon, 23 Jan 2006 14:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakebaker.42dh.com/?p=73#comment-132</guid>
		<description>Hmm this looks very cool (!). I&#039;ve worked around this problem (date&#039;s) by using a function out of the scaffold controller called _cleanUpFields() (see thinkingphp.org) but this is better! Nice job!</description>
		<content:encoded><![CDATA[<p>Hmm this looks very cool (!). I&#8217;ve worked around this problem (date&#8217;s) by using a function out of the scaffold controller called _cleanUpFields() (see thinkingphp.org) but this is better! Nice job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
