<?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: CounterCache in CakePHP 1.2 beta</title>
	<atom:link href="http://www.cakephp.nu/countercache-cakephp-12-beta/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cakephp.nu/countercache-cakephp-12-beta</link>
	<description>Cake and cookies by Jippi</description>
	<lastBuildDate>Fri, 06 Nov 2009 19:47:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: CakePHP Tutorials :: PseudoCoder.com</title>
		<link>http://www.cakephp.nu/countercache-cakephp-12-beta/comment-page-1#comment-55</link>
		<dc:creator>CakePHP Tutorials :: PseudoCoder.com</dc:creator>
		<pubDate>Mon, 11 Feb 2008 04:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakephp.nu/countercache-cakephp-12-beta#comment-55</guid>
		<description>[...] cakebaker.42dh.com - Counting associated records www.cakephp.nu - CounterCache in CakePHP 1.2 beta [...]</description>
		<content:encoded><![CDATA[<div style="margin: 1em;">
<p>
[...] cakebaker.42dh.com &#8211; Counting associated records <a href="http://www.cakephp.nu">www.cakephp.nu</a> &#8211; CounterCache in CakePHP 1.2 beta [...]
</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: none</title>
		<link>http://www.cakephp.nu/countercache-cakephp-12-beta/comment-page-1#comment-28</link>
		<dc:creator>none</dc:creator>
		<pubDate>Fri, 18 Jan 2008 04:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakephp.nu/countercache-cakephp-12-beta#comment-28</guid>
		<description>Hey, nice tips, just figured these out myself right before finding your article. Regarding counterCache being generated only in CREATE, a $this-&gt;updateCounterCache in model&#039;s afterSave should be enough to also handle UPDATEs.</description>
		<content:encoded><![CDATA[<p>Hey, nice tips, just figured these out myself right before finding your article. Regarding counterCache being generated only in CREATE, a $this-&gt;updateCounterCache in model&#8217;s afterSave should be enough to also handle UPDATEs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Counting associated records - cakebaker</title>
		<link>http://www.cakephp.nu/countercache-cakephp-12-beta/comment-page-1#comment-23</link>
		<dc:creator>Counting associated records - cakebaker</dc:creator>
		<pubDate>Mon, 07 Jan 2008 17:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakephp.nu/countercache-cakephp-12-beta#comment-23</guid>
		<description>[...] CakePHP on the blog of Robert Beekman (using the counter_cache behavior from the bakery) and on the blog of Christian Winther (using the built-in counter cache functionality from CakePHP [...]</description>
		<content:encoded><![CDATA[<div style="margin: 1em;">
<p>
[...] CakePHP on the blog of Robert Beekman (using the counter_cache behavior from the bakery) and on the blog of Christian Winther (using the built-in counter cache functionality from CakePHP [...]
</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: CounterCache para tener actualizado el número de elementos - PastelPHP</title>
		<link>http://www.cakephp.nu/countercache-cakephp-12-beta/comment-page-1#comment-22</link>
		<dc:creator>CounterCache para tener actualizado el número de elementos - PastelPHP</dc:creator>
		<pubDate>Mon, 07 Jan 2008 12:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakephp.nu/countercache-cakephp-12-beta#comment-22</guid>
		<description>[...] he encontrado hoy un buen artículo de una de las nuevas funciones de CakePHP 1.2, CounterCache, que permite llevar un registro actualizado del número de elementos &#8216;hijo&#8217;. Para ello [...]</description>
		<content:encoded><![CDATA[<div style="margin: 1em;">
<p>
[...] he encontrado hoy un buen artículo de una de las nuevas funciones de CakePHP 1.2, CounterCache, que permite llevar un registro actualizado del número de elementos &#8216;hijo&#8217;. Para ello [...]
</p>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webspin</title>
		<link>http://www.cakephp.nu/countercache-cakephp-12-beta/comment-page-1#comment-20</link>
		<dc:creator>Webspin</dc:creator>
		<pubDate>Mon, 07 Jan 2008 04:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakephp.nu/countercache-cakephp-12-beta#comment-20</guid>
		<description>Thanks, I did check the source and found out the same thing.  I think I would have to make a custom beforeSave function in my child model to update the parent model and model the join table, and use belongsTo/hasA relationships to/from the join table and the (formerly) HABTM tables.


If anyone has done this, and wouldn&#039;t mind posting out how they&#039;ve done it, that will be great.

This was a great tutorial, and first place I&#039;ve found any reference to counterScope.  Good job.</description>
		<content:encoded><![CDATA[<p>Thanks, I did check the source and found out the same thing.  I think I would have to make a custom beforeSave function in my child model to update the parent model and model the join table, and use belongsTo/hasA relationships to/from the join table and the (formerly) HABTM tables.</p>
<p>If anyone has done this, and wouldn&#8217;t mind posting out how they&#8217;ve done it, that will be great.</p>
<p>This was a great tutorial, and first place I&#8217;ve found any reference to counterScope.  Good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Winther</title>
		<link>http://www.cakephp.nu/countercache-cakephp-12-beta/comment-page-1#comment-19</link>
		<dc:creator>Christian Winther</dc:creator>
		<pubDate>Sun, 06 Jan 2008 18:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakephp.nu/countercache-cakephp-12-beta#comment-19</guid>
		<description>@1, counter cache will work for any model relation that is &#039;belongsTo&#039; another model, other relations is not yet supported, and not quite sure if it will be.</description>
		<content:encoded><![CDATA[<p>@1, counter cache will work for any model relation that is &#8216;belongsTo&#8217; another model, other relations is not yet supported, and not quite sure if it will be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webspin</title>
		<link>http://www.cakephp.nu/countercache-cakephp-12-beta/comment-page-1#comment-17</link>
		<dc:creator>Webspin</dc:creator>
		<pubDate>Sun, 06 Jan 2008 04:16:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cakephp.nu/countercache-cakephp-12-beta#comment-17</guid>
		<description>Will counterCache work for HABTM relationships, or self-joined tables (hierarchical categories, for example)?  Can you give examples if this is possible?  Thanks.</description>
		<content:encoded><![CDATA[<p>Will counterCache work for HABTM relationships, or self-joined tables (hierarchical categories, for example)?  Can you give examples if this is possible?  Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
