<?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: Updating Unique Field Validation for CI 1.7.0</title>
	<atom:link href="http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/</link>
	<description>Scott Nell&#233;&#039;s Personal Site</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:18:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: daniele</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-5235</link>
		<dc:creator>daniele</dc:creator>
		<pubDate>Wed, 14 Apr 2010 13:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-5235</guid>
		<description>tnx a lot for the trick :)</description>
		<content:encoded><![CDATA[<p>tnx a lot for the trick :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CS</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-5223</link>
		<dc:creator>CS</dc:creator>
		<pubDate>Mon, 12 Apr 2010 21:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-5223</guid>
		<description>Dude this works great! Thanks for sharing! :D</description>
		<content:encoded><![CDATA[<p>Dude this works great! Thanks for sharing! :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-4824</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 27 Feb 2010 16:32:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-4824</guid>
		<description>great additional to the ci universe. wondering, if you&#039;ve given thought to handle combine unique validation when doing edits.</description>
		<content:encoded><![CDATA[<p>great additional to the ci universe. wondering, if you&#8217;ve given thought to handle combine unique validation when doing edits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Extender la validación de Codeigniter- SirViejo</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-4682</link>
		<dc:creator>Extender la validación de Codeigniter- SirViejo</dc:creator>
		<pubDate>Mon, 15 Feb 2010 12:55:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-4682</guid>
		<description>[...] más sobre esto en el blog del autor.   Tags: codeigniter, extender, libreria, php     You can follow any responses to this entry [...]</description>
		<content:encoded><![CDATA[<p>[...] más sobre esto en el blog del autor.   Tags: codeigniter, extender, libreria, php     You can follow any responses to this entry [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Nelle</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-4368</link>
		<dc:creator>Scott Nelle</dc:creator>
		<pubDate>Wed, 13 Jan 2010 02:43:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-4368</guid>
		<description>Yes, dupe is just an alias. &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.0/en/select.html#id728397&quot; rel=&quot;nofollow&quot;&gt;AS is optional&lt;/a&gt; but I&#039;ve edited the post to include it because even though it adds 3 bytes it makes everything much more clear.  :)

It looks to me like the syntax you&#039;ve outlined for using built in functionality in a callback should work fine, but I haven&#039;t tested it.</description>
		<content:encoded><![CDATA[<p>Yes, dupe is just an alias. <a href="http://dev.mysql.com/doc/refman/5.0/en/select.html#id728397" rel="nofollow">AS is optional</a> but I&#8217;ve edited the post to include it because even though it adds 3 bytes it makes everything much more clear.  :)</p>
<p>It looks to me like the syntax you&#8217;ve outlined for using built in functionality in a callback should work fine, but I haven&#8217;t tested it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CuDDL</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-4299</link>
		<dc:creator>CuDDL</dc:creator>
		<pubDate>Thu, 07 Jan 2010 10:58:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-4299</guid>
		<description>Thank you for posting this! I&#039;m new to CI and was going over the form validation documentation--I was curious on how to create a custom rule rather than using a callback function in set_rules(). 

Sorry if this a dumb question, but in your query the word dupe is an alias right? Is the keyword AS optional? 

Also, let&#039;s say I decided to make a callback function within the controller for a custom rule (as described in http://codeigniter.com/user_guide/libraries/form_validation.html#callbacks ).

If I wanted to utilize the &quot;built-in&quot; rules within the callback function, I can just call them by $this-&gt;form_validation-&gt;min_length($str, $val), right?</description>
		<content:encoded><![CDATA[<p>Thank you for posting this! I&#8217;m new to CI and was going over the form validation documentation&#8211;I was curious on how to create a custom rule rather than using a callback function in set_rules(). </p>
<p>Sorry if this a dumb question, but in your query the word dupe is an alias right? Is the keyword AS optional? </p>
<p>Also, let&#8217;s say I decided to make a callback function within the controller for a custom rule (as described in <a href="http://codeigniter.com/user_guide/libraries/form_validation.html#callbacks" rel="nofollow">http://codeigniter.com/user_guide/libraries/form_validation.html#callbacks</a> ).</p>
<p>If I wanted to utilize the &#8220;built-in&#8221; rules within the callback function, I can just call them by $this-&gt;form_validation-&gt;min_length($str, $val), right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Nelle</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-4241</link>
		<dc:creator>Scott Nelle</dc:creator>
		<pubDate>Mon, 04 Jan 2010 01:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-4241</guid>
		<description>Thanks John. Looks like it&#039;s been a while since I&#039;ve reviewed this code. :-)

I&#039;ve updated this post with your suggestion.</description>
		<content:encoded><![CDATA[<p>Thanks John. Looks like it&#8217;s been a while since I&#8217;ve reviewed this code. :-)</p>
<p>I&#8217;ve updated this post with your suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Steele</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-4239</link>
		<dc:creator>John Steele</dc:creator>
		<pubDate>Sun, 03 Jan 2010 23:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-4239</guid>
		<description>split() has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0

list($table, $column) = explode(&#039;.&#039;, $field, 2);</description>
		<content:encoded><![CDATA[<p>split() has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0</p>
<p>list($table, $column) = explode(&#8216;.&#8217;, $field, 2);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pramod Poudel</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-3650</link>
		<dc:creator>Pramod Poudel</dc:creator>
		<pubDate>Mon, 02 Mar 2009 10:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-3650</guid>
		<description>Very nice!!!!!!!!!!!! Thanks for code.</description>
		<content:encoded><![CDATA[<p>Very nice!!!!!!!!!!!! Thanks for code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott NellÃ©</title>
		<link>http://www.scottnelle.com/44/updating-unique-field-validation-for-ci-170/comment-page-1/#comment-2318</link>
		<dc:creator>Scott NellÃ©</dc:creator>
		<pubDate>Tue, 11 Nov 2008 18:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.scottnelle.com/?p=44#comment-2318</guid>
		<description>Sorry, I misunderstood.  I see that you were referring to setting the response language in a config file.  I&#039;ll have to take some time to evaluate that in more depth, and then I&#039;ll add it to the code.</description>
		<content:encoded><![CDATA[<p>Sorry, I misunderstood.  I see that you were referring to setting the response language in a config file.  I&#8217;ll have to take some time to evaluate that in more depth, and then I&#8217;ll add it to the code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
