<?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: How to add a captcha field in Symfony 1.1</title>
	<atom:link href="http://bluehorn.co.nz/2009/02/05/how-to-add-a-captcha-field-in-symfony-11/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluehorn.co.nz/2009/02/05/how-to-add-a-captcha-field-in-symfony-11/</link>
	<description>New Zealand Web Design &#38; Development (PHP 5, MySQL, Symfony Framework, Apache, Linux)</description>
	<lastBuildDate>Fri, 09 Dec 2011 18:27:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: mysterty</title>
		<link>http://bluehorn.co.nz/2009/02/05/how-to-add-a-captcha-field-in-symfony-11/comment-page-1/#comment-5839</link>
		<dc:creator>mysterty</dc:creator>
		<pubDate>Thu, 03 Feb 2011 17:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=180#comment-5839</guid>
		<description>Thancks, it&#039;s really usefull. ;)</description>
		<content:encoded><![CDATA[<p>Thancks, it&#8217;s really usefull. ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erman Taylan</title>
		<link>http://bluehorn.co.nz/2009/02/05/how-to-add-a-captcha-field-in-symfony-11/comment-page-1/#comment-5665</link>
		<dc:creator>Erman Taylan</dc:creator>
		<pubDate>Thu, 27 Jan 2011 17:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=180#comment-5665</guid>
		<description>thanks man. its clean and right.</description>
		<content:encoded><![CDATA[<p>thanks man. its clean and right.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://bluehorn.co.nz/2009/02/05/how-to-add-a-captcha-field-in-symfony-11/comment-page-1/#comment-1882</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 13 Dec 2009 23:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=180#comment-1882</guid>
		<description>&lt;a href=&quot;#comment-1881&quot; rel=&quot;nofollow&quot;&gt;@jayz&lt;/a&gt; 

Hi Jayz, 

First of all, this is a guide for Symfony 1.1, not 1.3. I have not tested it on other versions of Symfony. So I don&#039;t know if it&#039;s working on 1.3.

Secondly, this is not a guide for Admin/CRUD generated forms. This is a guide for those who build their forms manually using sfForm.

But to answer your question:

$values is the tainted values, the values from the request object.

For example:

$values = $request-&gt;getParameters(&#039;user&#039;);

Merry Christmas and happy coding :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-1881" rel="nofollow">@jayz</a> </p>
<p>Hi Jayz, </p>
<p>First of all, this is a guide for Symfony 1.1, not 1.3. I have not tested it on other versions of Symfony. So I don&#8217;t know if it&#8217;s working on 1.3.</p>
<p>Secondly, this is not a guide for Admin/CRUD generated forms. This is a guide for those who build their forms manually using sfForm.</p>
<p>But to answer your question:</p>
<p>$values is the tainted values, the values from the request object.</p>
<p>For example:</p>
<p>$values = $request-&gt;getParameters(&#8216;user&#8217;);</p>
<p>Merry Christmas and happy coding :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jayz</title>
		<link>http://bluehorn.co.nz/2009/02/05/how-to-add-a-captcha-field-in-symfony-11/comment-page-1/#comment-1881</link>
		<dc:creator>jayz</dc:creator>
		<pubDate>Sun, 13 Dec 2009 22:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=180#comment-1881</guid>
		<description>This doesn&#039;t work for me at all. I am using symfony 1.3. Could you please explain what is $values in part 4.</description>
		<content:encoded><![CDATA[<p>This doesn&#8217;t work for me at all. I am using symfony 1.3. Could you please explain what is $values in part 4.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

