<?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: Zend Framework Model Based Validation Part 1</title>
	<atom:link href="http://jmgtan.com/2008/10/24/zend-framework-model-based-validation-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://jmgtan.com/2008/10/24/zend-framework-model-based-validation-part-1/</link>
	<description>Random thoughts on technology, ventures, algorithms, frameworks, gadgets and THE MAN</description>
	<lastBuildDate>Mon, 30 Aug 2010 23:09:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Marcelo</title>
		<link>http://jmgtan.com/2008/10/24/zend-framework-model-based-validation-part-1/comment-page-1/#comment-180</link>
		<dc:creator>Marcelo</dc:creator>
		<pubDate>Wed, 08 Jul 2009 17:43:54 +0000</pubDate>
		<guid isPermaLink="false">http://jmgtan.com/?p=62#comment-180</guid>
		<description>Hello Jan!
Congratulations, this is awesome. I was hating doing validation on Zend_Form, since validation should be ruled by the model.

Tried your AbstractModelValidator class and i found it perfect. I just modified two lines to avoid &quot;Empty email&quot; AND &quot;Email invalid&quot; messages.

if($rule[&#039;name&#039;] == $key &amp;&amp; !in_array($rule[&#039;name&#039;],$skipRule)) {
                    $skipRule[] = $rule[&#039;name&#039;];

Thank you for sharing it!

Marcelo</description>
		<content:encoded><![CDATA[<p>Hello Jan!<br />
Congratulations, this is awesome. I was hating doing validation on Zend_Form, since validation should be ruled by the model.</p>
<p>Tried your AbstractModelValidator class and i found it perfect. I just modified two lines to avoid &#8220;Empty email&#8221; AND &#8220;Email invalid&#8221; messages.</p>
<p>if($rule['name'] == $key &amp;&amp; !in_array($rule['name'],$skipRule)) {<br />
                    $skipRule[] = $rule['name'];</p>
<p>Thank you for sharing it!</p>
<p>Marcelo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wheres the Model in Zend Frameworks MVC? &#124; Child of the Machine</title>
		<link>http://jmgtan.com/2008/10/24/zend-framework-model-based-validation-part-1/comment-page-1/#comment-104</link>
		<dc:creator>Wheres the Model in Zend Frameworks MVC? &#124; Child of the Machine</dc:creator>
		<pubDate>Tue, 09 Dec 2008 00:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://jmgtan.com/?p=62#comment-104</guid>
		<description>[...] The second option is what I&#8217;ve done in past applications and I&#8217;m just about to start my next and decided to see if there is a better solution out there&#8230; The best article I&#8217;ve found was at techfounder and was proposing the second option as well and had some good examples. And model class approach on jmgtan.. [...]</description>
		<content:encoded><![CDATA[<p>[...] The second option is what I&#8217;ve done in past applications and I&#8217;m just about to start my next and decided to see if there is a better solution out there&#8230; The best article I&#8217;ve found was at techfounder and was proposing the second option as well and had some good examples. And model class approach on jmgtan.. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grantus Maximus Web Blog &#187; Wheres the Model in Zend Frameworks MVC?</title>
		<link>http://jmgtan.com/2008/10/24/zend-framework-model-based-validation-part-1/comment-page-1/#comment-103</link>
		<dc:creator>Grantus Maximus Web Blog &#187; Wheres the Model in Zend Frameworks MVC?</dc:creator>
		<pubDate>Fri, 05 Dec 2008 13:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://jmgtan.com/?p=62#comment-103</guid>
		<description>[...] The second option is what I&#8217;ve done in past applications and I&#8217;m just about to start my next and decided to see if there is a better solution out there&#8230; The best article I&#8217;ve found was at techfounder and was proposing the second option as well and had some good examples. And model class approach on jmgtan.. [...]</description>
		<content:encoded><![CDATA[<p>[...] The second option is what I&#8217;ve done in past applications and I&#8217;m just about to start my next and decided to see if there is a better solution out there&#8230; The best article I&#8217;ve found was at techfounder and was proposing the second option as well and had some good examples. And model class approach on jmgtan.. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
