<?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"
	>
<channel>
	<title>Comments for Oth's Thoughts</title>
	<atom:link href="http://othy.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://othy.wordpress.com</link>
	<description>Introspection</description>
	<pubDate>Sun, 06 Jul 2008 17:10:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on unbind All associations except some by CakePHP 1.2 Pagination explained at Groovy Web Development</title>
		<link>http://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-1491</link>
		<dc:creator>CakePHP 1.2 Pagination explained at Groovy Web Development</dc:creator>
		<pubDate>Tue, 05 Feb 2008 11:35:49 +0000</pubDate>
		<guid isPermaLink="false">https://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-1491</guid>
		<description>[...] so what about unbinding associated models ?  &#8230; well &#8230; what I do is that I use the cool unbindAll function by Othman Ouihibi. I&#8217;ve been using it since CakePHP 1.1 days. But there&#8217;s a [...]</description>
		<content:encoded><![CDATA[<p>[...] so what about unbinding associated models ?  &#8230; well &#8230; what I do is that I use the cool unbindAll function by Othman Ouihibi. I&#8217;ve been using it since CakePHP 1.1 days. But there&#8217;s a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on unbind All associations except some by Pensae.com &#8211; ordinary user of cakephp &#8211; &#187; Blog Archive &#187; Mematikan asosiasi yang ga perlu</title>
		<link>http://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-1490</link>
		<dc:creator>Pensae.com &#8211; ordinary user of cakephp &#8211; &#187; Blog Archive &#187; Mematikan asosiasi yang ga perlu</dc:creator>
		<pubDate>Tue, 15 Jan 2008 12:28:38 +0000</pubDate>
		<guid isPermaLink="false">https://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-1490</guid>
		<description>[...] sy menemukan blognya Othy yang membuat sebuah fungsi yang cerdas yaitu fungsi unbindAll. Dengan fungsi unbindAll ini kita [...]</description>
		<content:encoded><![CDATA[<p>[...] sy menemukan blognya Othy yang membuat sebuah fungsi yang cerdas yaitu fungsi unbindAll. Dengan fungsi unbindAll ini kita [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on othy moves to devmoz ! by Michelle</title>
		<link>http://othy.wordpress.com/2007/03/21/othy-moves-to-devmoz/#comment-1464</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Thu, 06 Dec 2007 23:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://othy.wordpress.com/2007/03/21/othy-moves-to-devmoz/#comment-1464</guid>
		<description>roger, thanks for mentioning

regards,
Michelle</description>
		<content:encoded><![CDATA[<p>roger, thanks for mentioning</p>
<p>regards,<br />
Michelle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on unbind All associations except some by Tim</title>
		<link>http://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-1323</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 05 Oct 2007 09:16:28 +0000</pubDate>
		<guid isPermaLink="false">https://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-1323</guid>
		<description>@acorus:
The __backAssociation array is used when restoring the default associations after a findAll for example. But yeah, you have a point. Maybe it that in certain circumstances, there are associations in the _backAssociation that are not in  __association. In that case, your faster approach would potentially delete associations...I think.

Mind that, I don't think that the __backAssociation should be accessed since it is private. You probably should collect an array and then call unbindModel instead.</description>
		<content:encoded><![CDATA[<p>@acorus:<br />
The __backAssociation array is used when restoring the default associations after a findAll for example. But yeah, you have a point. Maybe it that in certain circumstances, there are associations in the _backAssociation that are not in  __association. In that case, your faster approach would potentially delete associations&#8230;I think.</p>
<p>Mind that, I don&#8217;t think that the __backAssociation should be accessed since it is private. You probably should collect an array and then call unbindModel instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on generateNestedList by Izrul</title>
		<link>http://othy.wordpress.com/2006/06/03/generatenestedlist/#comment-1304</link>
		<dc:creator>Izrul</dc:creator>
		<pubDate>Thu, 27 Sep 2007 18:10:51 +0000</pubDate>
		<guid isPermaLink="false">https://othy.wordpress.com/2006/06/03/generatenestedlist/#comment-1304</guid>
		<description>Does this code is still valid? I can't get it working.</description>
		<content:encoded><![CDATA[<p>Does this code is still valid? I can&#8217;t get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OthAuth For CakePHP by Mark</title>
		<link>http://othy.wordpress.com/2006/03/18/othauth-for-cakephp/#comment-1019</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 27 Jun 2007 11:07:28 +0000</pubDate>
		<guid isPermaLink="false">https://othy.wordpress.com/2006/03/18/othauth-for-cakephp/#comment-1019</guid>
		<description>First thanx for othAuth it's a real timesaver for userauth and permissions!

I get the Undefined property: OthAuthHelper::$hashkey when I turn on caching

and exclude a part where you either get a login form or a greet (depends on whether you are logged in or not.) This is the relevant code snippet:

[code]

	
	sessionValid()) {
		echo($this-&#62;renderElement('greet')); 
	} else {
		echo($this-&#62;renderElement('login')); 
	}  ?&#62;
	

[/code]

It must have something to do with the different way things are initialized when using cache (I think). Can you help me with finding a solution for this?</description>
		<content:encoded><![CDATA[<p>First thanx for othAuth it&#8217;s a real timesaver for userauth and permissions!</p>
<p>I get the Undefined property: OthAuthHelper::$hashkey when I turn on caching</p>
<p>and exclude a part where you either get a login form or a greet (depends on whether you are logged in or not.) This is the relevant code snippet:</p>
<p>[code]</p>
<p>	sessionValid()) {<br />
		echo($this-&gt;renderElement(&#8217;greet&#8217;));<br />
	} else {<br />
		echo($this-&gt;renderElement(&#8217;login&#8217;));<br />
	}  ?&gt;</p>
<p>[/code]</p>
<p>It must have something to do with the different way things are initialized when using cache (I think). Can you help me with finding a solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePourTous - Voulez vous Caker avec moi ? by Robert K S</title>
		<link>http://othy.wordpress.com/2006/12/28/cakepourtous-voulez-vous-caker-avec-moi/#comment-839</link>
		<dc:creator>Robert K S</dc:creator>
		<pubDate>Fri, 15 Jun 2007 16:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://othy.wordpress.com/2006/12/28/cakepourtousorg-voulez-vous-caker-avec-moi/#comment-839</guid>
		<description>With reference to the above, you can e-mail me at robertks@hotmail.com.  Cheers, Robert</description>
		<content:encoded><![CDATA[<p>With reference to the above, you can e-mail me at <a href="mailto:robertks@hotmail.com">robertks@hotmail.com</a>.  Cheers, Robert</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CakePourTous - Voulez vous Caker avec moi ? by Robert K S</title>
		<link>http://othy.wordpress.com/2006/12/28/cakepourtous-voulez-vous-caker-avec-moi/#comment-838</link>
		<dc:creator>Robert K S</dc:creator>
		<pubDate>Fri, 15 Jun 2007 16:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://othy.wordpress.com/2006/12/28/cakepourtousorg-voulez-vous-caker-avec-moi/#comment-838</guid>
		<description>Thanks for you work on CakePourTous.  I'm looking to hire (or contract freelance) CakePHP developers (or an agency that bakes in Cake) in the Paris area for a web development project.  (Complete message from our CEO follows.)  Facility with English a plus.  Thanks!

Robert K S

Je cherche de développeurs CakePHP pour un projet d'envergure: 

- soit en Freelance 
- soit une web agency avec des developpeurs familiers avec Cake 

Le projet sera dirigé par un CTO américain. L'anglais est un plus! 

Si vous connnaissez des personnes succeptibles d'être intéresser ou 
des agences web faites le moi savoir! Etant donné que Cake sort un peu 
du four une 'grande expérience' de Cake n'est pas requise mais nous 
cherchons des gens ayant une bonne maitrise de PHP et 
MySQL (surtout une experience dans le design de BDD, expérience à 
l'appui) 

Merci d'avance!</description>
		<content:encoded><![CDATA[<p>Thanks for you work on CakePourTous.  I&#8217;m looking to hire (or contract freelance) CakePHP developers (or an agency that bakes in Cake) in the Paris area for a web development project.  (Complete message from our CEO follows.)  Facility with English a plus.  Thanks!</p>
<p>Robert K S</p>
<p>Je cherche de développeurs CakePHP pour un projet d&#8217;envergure: </p>
<p>- soit en Freelance<br />
- soit une web agency avec des developpeurs familiers avec Cake </p>
<p>Le projet sera dirigé par un CTO américain. L&#8217;anglais est un plus! </p>
<p>Si vous connnaissez des personnes succeptibles d&#8217;être intéresser ou<br />
des agences web faites le moi savoir! Etant donné que Cake sort un peu<br />
du four une &#8216;grande expérience&#8217; de Cake n&#8217;est pas requise mais nous<br />
cherchons des gens ayant une bonne maitrise de PHP et<br />
MySQL (surtout une experience dans le design de BDD, expérience à<br />
l&#8217;appui) </p>
<p>Merci d&#8217;avance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on unbind All associations except some by developercast.com &#187; Felix Geisendorfer&#8217;s Blog: Bringing the cold war to CakePHP 1.2 - The Containable Behavior</title>
		<link>http://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-554</link>
		<dc:creator>developercast.com &#187; Felix Geisendorfer&#8217;s Blog: Bringing the cold war to CakePHP 1.2 - The Containable Behavior</dc:creator>
		<pubDate>Mon, 14 May 2007 16:31:17 +0000</pubDate>
		<guid isPermaLink="false">https://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-554</guid>
		<description>[...] teaser in form of a behavior for Cake 1.2 called &#8216;Containable&#8217;. Essentially it is yet another way to unbind associations from a model recursively on the fly. However, I think it&#8217;s more [...]</description>
		<content:encoded><![CDATA[<p>[...] teaser in form of a behavior for Cake 1.2 called &#8216;Containable&#8217;. Essentially it is yet another way to unbind associations from a model recursively on the fly. However, I think it&#8217;s more [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on unbind All associations except some by ThinkingPHP and beyond &#187; Bringing the cold war to CakePHP 1.2 - The Containable Behavior</title>
		<link>http://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-538</link>
		<dc:creator>ThinkingPHP and beyond &#187; Bringing the cold war to CakePHP 1.2 - The Containable Behavior</dc:creator>
		<pubDate>Sun, 13 May 2007 16:50:59 +0000</pubDate>
		<guid isPermaLink="false">https://othy.wordpress.com/2006/06/03/unbind-all-associations-except-some/#comment-538</guid>
		<description>[...] a little teaser in form of a behavior for Cake 1.2 called 'Containable'. Essentially it is yet another way to unbind associations from a model recursively on the fly. However, I think it's more powerful [...]</description>
		<content:encoded><![CDATA[<p>[...] a little teaser in form of a behavior for Cake 1.2 called &#8216;Containable&#8217;. Essentially it is yet another way to unbind associations from a model recursively on the fly. However, I think it&#8217;s more powerful [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
