<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: All About Validation in CakePHP 1.2</title>
	<atom:link href="http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/</link>
	<description>My forays into the Kitchen</description>
	<lastBuildDate>Wed, 04 Nov 2009 22:02:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: [PRONIQUE] CakePHP Developer Links</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2450</link>
		<dc:creator>[PRONIQUE] CakePHP Developer Links</dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2450</guid>
		<description>[...] All About Validation in CakePHP 1.2 « Another Cake Baker [...]</description>
		<content:encoded><![CDATA[<p>[...] All About Validation in CakePHP 1.2 « Another Cake Baker [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakePHP validation and validation contexts - tình huống validation trong cakePHP &#171; Datgs&#8217; Blog</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2241</link>
		<dc:creator>CakePHP validation and validation contexts - tình huống validation trong cakePHP &#171; Datgs&#8217; Blog</dc:creator>
		<pubDate>Tue, 03 Mar 2009 07:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2241</guid>
		<description>[...] http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/(nguồn tham khảo)    Posted in All posts, CakePHP. Tags: cake, CakePHP, context, situation, tình huống, validation. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/(nguồn" rel="nofollow">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/(nguồn</a> tham khảo)    Posted in All posts, CakePHP. Tags: cake, CakePHP, context, situation, tình huống, validation. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay kumar singh</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2198</link>
		<dc:creator>Ajay kumar singh</dc:creator>
		<pubDate>Wed, 04 Feb 2009 12:12:58 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2198</guid>
		<description>Where we have to call validate();</description>
		<content:encoded><![CDATA[<p>Where we have to call validate();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zamos</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2114</link>
		<dc:creator>zamos</dc:creator>
		<pubDate>Tue, 16 Dec 2008 14:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2114</guid>
		<description>I think you do not need __() in this case. just put your message in your .po file and it should work just fine.

poz.</description>
		<content:encoded><![CDATA[<p>I think you do not need __() in this case. just put your message in your .po file and it should work just fine.</p>
<p>poz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pizaninja</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2005</link>
		<dc:creator>pizaninja</dc:creator>
		<pubDate>Fri, 18 Jul 2008 12:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-2005</guid>
		<description>What about i18n ?

I would like to do something like that : 
replace in my model:
&#039;message&#039; =&gt; &#039;Username must be between 6 and 20 characters in length&#039; 
by :
&#039;message&#039; =&gt; __(&#039;Username must be between 6 and 20 characters in length&#039;)

How could I easily use cake i18n capabilities ?</description>
		<content:encoded><![CDATA[<p>What about i18n ?</p>
<p>I would like to do something like that :<br />
replace in my model:<br />
&#8216;message&#8217; =&gt; &#8216;Username must be between 6 and 20 characters in length&#8217;<br />
by :<br />
&#8216;message&#8217; =&gt; __(&#8216;Username must be between 6 and 20 characters in length&#8217;)</p>
<p>How could I easily use cake i18n capabilities ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lo nuevo en CakePHP 1.2 y las diferencias con CakePHP 1.1</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-415</link>
		<dc:creator>Lo nuevo en CakePHP 1.2 y las diferencias con CakePHP 1.1</dc:creator>
		<pubDate>Mon, 15 Oct 2007 11:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-415</guid>
		<description>[...] Todo acerca de la validación en CakePHP 1.2 parte 1 por otro Cake Baker. [...]</description>
		<content:encoded><![CDATA[<p>[...] Todo acerca de la validación en CakePHP 1.2 parte 1 por otro Cake Baker. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loud Baking &#187; Blog Archive &#187; CakePHP's advanced model fields validation</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-360</link>
		<dc:creator>Loud Baking &#187; Blog Archive &#187; CakePHP's advanced model fields validation</dc:creator>
		<pubDate>Thu, 20 Sep 2007 04:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-360</guid>
		<description>[...] checking different blogs and tutorials, the bakery, API and IRC channel, it was obvious that some kind of documentation for [...]</description>
		<content:encoded><![CDATA[<p>[...] checking different blogs and tutorials, the bakery, API and IRC channel, it was obvious that some kind of documentation for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-359</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Tue, 18 Sep 2007 03:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-359</guid>
		<description>Tim,

You can see which fields caused the invalidation with $this-&gt;Model-&gt;invalidFields which is an array.

Geoff</description>
		<content:encoded><![CDATA[<p>Tim,</p>
<p>You can see which fields caused the invalidation with $this-&gt;Model-&gt;invalidFields which is an array.</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-349</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 17 Sep 2007 08:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-349</guid>
		<description>thanks for the article,

Do you guys know how i can access the error messages in my controller?
Is their something like the method getVar(for views) in a controller so i know which &amp; what variabels are being send to the controller?

Tim,</description>
		<content:encoded><![CDATA[<p>thanks for the article,</p>
<p>Do you guys know how i can access the error messages in my controller?<br />
Is their something like the method getVar(for views) in a controller so i know which &amp; what variabels are being send to the controller?</p>
<p>Tim,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff</title>
		<link>http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-343</link>
		<dc:creator>Geoff</dc:creator>
		<pubDate>Fri, 14 Sep 2007 22:57:54 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/03/all-about-validation-in-cakephp-12/#comment-343</guid>
		<description>madjik,

The way I do this when needed is simply use an unset($this-&gt;validate[&#039;rule_index&#039;]) before calling validates() or save().

Geoff</description>
		<content:encoded><![CDATA[<p>madjik,</p>
<p>The way I do this when needed is simply use an unset($this-&gt;validate['rule_index']) before calling validates() or save().</p>
<p>Geoff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
