<?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: Symfony and I &#8211; an introduction</title>
	<atom:link href="http://eatmymonkeydust.com/2008/04/welcome/feed/" rel="self" type="application/rss+xml" />
	<link>http://eatmymonkeydust.com/2008/04/welcome/</link>
	<description>Life, PHP and Symfony - straight from the monkey's mouth</description>
	<lastBuildDate>Mon, 25 Jul 2011 10:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: tuesday</title>
		<link>http://eatmymonkeydust.com/2008/04/welcome/comment-page-1/#comment-3</link>
		<dc:creator>tuesday</dc:creator>
		<pubDate>Tue, 08 Apr 2008 12:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=3#comment-3</guid>
		<description>http://www.wwwp.de/blog/archives/26-Bug-in-Symfonys-email-validator.html


I fixed it like this:
doubleCheckEmailValidator:
  class:         sfEmailValidator
  param:
    class:       sfGuardUser
    column:      email
    strict:      true
    email_error: This email address is invalid

fields:
  email:
    required:
      msg:       Please enter an email address
    sfEmailValidator:
      email_error:  This email address is invalid
      strict: false
    sfPropelUniqueValidator:
      class: sfGuardUser
      column: email      
      unique_error: This email is already in use
    doubleCheckEmailValidator:</description>
		<content:encoded><![CDATA[<p><a href="http://www.wwwp.de/blog/archives/26-Bug-in-Symfonys-email-validator.html" rel="nofollow">http://www.wwwp.de/blog/archives/26-Bug-in-Symfonys-email-validator.html</a></p>
<p>I fixed it like this:<br />
doubleCheckEmailValidator:<br />
  class:         sfEmailValidator<br />
  param:<br />
    class:       sfGuardUser<br />
    column:      email<br />
    strict:      true<br />
    email_error: This email address is invalid</p>
<p>fields:<br />
  email:<br />
    required:<br />
      msg:       Please enter an email address<br />
    sfEmailValidator:<br />
      email_error:  This email address is invalid<br />
      strict: false<br />
    sfPropelUniqueValidator:<br />
      class: sfGuardUser<br />
      column: email<br />
      unique_error: This email is already in use<br />
    doubleCheckEmailValidator:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tuesday</title>
		<link>http://eatmymonkeydust.com/2008/04/welcome/comment-page-1/#comment-2</link>
		<dc:creator>tuesday</dc:creator>
		<pubDate>Tue, 08 Apr 2008 12:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://eatmymonkeydust.com/?p=3#comment-2</guid>
		<description>Sweet!</description>
		<content:encoded><![CDATA[<p>Sweet!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

