<?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 Model&#8217;s created / modified gotcha!</title>
	<atom:link href="http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cakephp-models-created-modified-gotcha</link>
	<description>sharing technology, ideas, insights!</description>
	<lastBuildDate>Thu, 02 Feb 2012 08:48:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jeremy</title>
		<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/comment-page-1/#comment-3040</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Thu, 03 Dec 2009 09:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/#comment-3040</guid>
		<description>Thanks man,

saved me a lot of time!</description>
		<content:encoded><![CDATA[<p>Thanks man,</p>
<p>saved me a lot of time!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/comment-page-1/#comment-3008</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 30 Sep 2009 14:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/#comment-3008</guid>
		<description>Thank you for this tip, you&#039;ve saved me a lot of potential headaches :)</description>
		<content:encoded><![CDATA[<p>Thank you for this tip, you&#8217;ve saved me a lot of potential headaches <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: [PRONIQUE] CakePHP Developer Links</title>
		<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/comment-page-1/#comment-2885</link>
		<dc:creator>[PRONIQUE] CakePHP Developer Links</dc:creator>
		<pubDate>Thu, 23 Jul 2009 17:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/#comment-2885</guid>
		<description>[...] SANIsoft &#8211; PHP for E Biz» Blog Archive » CakePHP Model’s created / modified gotcha! [...]</description>
		<content:encoded><![CDATA[<p>[...] SANIsoft &#8211; PHP for E Biz» Blog Archive » CakePHP Model’s created / modified gotcha! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jctim</title>
		<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/comment-page-1/#comment-2604</link>
		<dc:creator>jctim</dc:creator>
		<pubDate>Wed, 28 Jan 2009 15:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/#comment-2604</guid>
		<description>Thank you very mutch
I have production mysql4 too
you have been helped me :)</description>
		<content:encoded><![CDATA[<p>Thank you very mutch<br />
I have production mysql4 too<br />
you have been helped me <img src='http://www.sanisoft.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abbas Ali</title>
		<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/comment-page-1/#comment-2573</link>
		<dc:creator>Abbas Ali</dc:creator>
		<pubDate>Fri, 21 Nov 2008 11:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/#comment-2573</guid>
		<description>@Ruben: Cakephp stores the table structure in cache (so that a query is not needed every time to describe the table). If one alters the table, cakephp still takes the structure from cache and hence it is necessary to clear the cache from tmp/models for the table changes to take effect.

However if you are running the application in debug level 2 then model cache is automatically cleared on each page load.</description>
		<content:encoded><![CDATA[<p>@Ruben: Cakephp stores the table structure in cache (so that a query is not needed every time to describe the table). If one alters the table, cakephp still takes the structure from cache and hence it is necessary to clear the cache from tmp/models for the table changes to take effect.</p>
<p>However if you are running the application in debug level 2 then model cache is automatically cleared on each page load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruben Ascencio</title>
		<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/comment-page-1/#comment-2571</link>
		<dc:creator>Ruben Ascencio</dc:creator>
		<pubDate>Mon, 17 Nov 2008 05:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/#comment-2571</guid>
		<description>The problem persisted even when I altered my table, I had to empty tmp/models and tmp/persistent in order to get it to work.

hope this help someone else.

Thanks for the post!</description>
		<content:encoded><![CDATA[<p>The problem persisted even when I altered my table, I had to empty tmp/models and tmp/persistent in order to get it to work.</p>
<p>hope this help someone else.</p>
<p>Thanks for the post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AndreEncinas</title>
		<link>http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/comment-page-1/#comment-2440</link>
		<dc:creator>AndreEncinas</dc:creator>
		<pubDate>Fri, 23 May 2008 13:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/15/cakephp-models-created-modified-gotcha/#comment-2440</guid>
		<description>thanks for post, 
Andre</description>
		<content:encoded><![CDATA[<p>thanks for post,<br />
Andre</p>
]]></content:encoded>
	</item>
</channel>
</rss>

