<?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 Tips: Disable Database Caching</title>
	<atom:link href="http://www.benjiegillam.com/2007/06/cakephp-tips-disable-database-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benjiegillam.com/2007/06/cakephp-tips-disable-database-caching/</link>
	<description>Benjie Gillam&#039;s blog, and home of MythPyWii - probably the best Wii remote (Wiimote) interface to MythTV - see sidebar.</description>
	<lastBuildDate>Fri, 25 Jun 2010 06:25:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Benjie</title>
		<link>http://www.benjiegillam.com/2007/06/cakephp-tips-disable-database-caching/comment-page-1/#comment-1388</link>
		<dc:creator>Benjie</dc:creator>
		<pubDate>Tue, 10 Feb 2009 13:25:40 +0000</pubDate>
		<guid isPermaLink="false">http://benjiegillam.com/serendipity/archives/14-guid.html#comment-1388</guid>
		<description>Subramanian: Model::save does this for you - if your data has an id entry then it updates the vales with that id entry, otherwise it creates a new entry with the data you have given. Hope this helps?</description>
		<content:encoded><![CDATA[<p>Subramanian: Model::save does this for you &#8211; if your data has an id entry then it updates the vales with that id entry, otherwise it creates a new entry with the data you have given. Hope this helps?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Subramanian</title>
		<link>http://www.benjiegillam.com/2007/06/cakephp-tips-disable-database-caching/comment-page-1/#comment-1387</link>
		<dc:creator>Subramanian</dc:creator>
		<pubDate>Tue, 10 Feb 2009 12:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://benjiegillam.com/serendipity/archives/14-guid.html#comment-1387</guid>
		<description>But my assignment requires me to update the records if the entry already exists or insert it if there is no such entry during a bulk insert.
Could you suggest a solution for that.</description>
		<content:encoded><![CDATA[<p>But my assignment requires me to update the records if the entry already exists or insert it if there is no such entry during a bulk insert.<br />
Could you suggest a solution for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick-Oliver</title>
		<link>http://www.benjiegillam.com/2007/06/cakephp-tips-disable-database-caching/comment-page-1/#comment-1374</link>
		<dc:creator>Patrick-Oliver</dc:creator>
		<pubDate>Mon, 09 Feb 2009 11:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://benjiegillam.com/serendipity/archives/14-guid.html#comment-1374</guid>
		<description>$this-&gt;Model-&gt;cacheQueries = false;
Should work, too.</description>
		<content:encoded><![CDATA[<p>$this-&gt;Model-&gt;cacheQueries = false;<br />
Should work, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.benjiegillam.com/2007/06/cakephp-tips-disable-database-caching/comment-page-1/#comment-838</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 12 Nov 2008 01:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://benjiegillam.com/serendipity/archives/14-guid.html#comment-838</guid>
		<description>Took me a while to work out that the database caching was the issue - it&#039;s quite something isn&#039;t it?!

Then it was a quick Google and I found your suggestion. 

Thanks :)</description>
		<content:encoded><![CDATA[<p>Took me a while to work out that the database caching was the issue &#8211; it&#8217;s quite something isn&#8217;t it?!</p>
<p>Then it was a quick Google and I found your suggestion. </p>
<p>Thanks <img src='http://www.benjiegillam.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dmitry</title>
		<link>http://www.benjiegillam.com/2007/06/cakephp-tips-disable-database-caching/comment-page-1/#comment-43</link>
		<dc:creator>Dmitry</dc:creator>
		<pubDate>Wed, 21 May 2008 04:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://benjiegillam.com/serendipity/archives/14-guid.html#comment-43</guid>
		<description>Thank you! Very useful.</description>
		<content:encoded><![CDATA[<p>Thank you! Very useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
