<?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 1.2 sfForm formatter to add stars on required fields</title>
	<atom:link href="http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/</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: Diego</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-9869</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Fri, 25 Nov 2011 12:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-9869</guid>
		<description>tks for the snippet!! from Argentina</description>
		<content:encoded><![CDATA[<p>tks for the snippet!! from Argentina</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voiture belgique</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-7099</link>
		<dc:creator>voiture belgique</dc:creator>
		<pubDate>Mon, 09 May 2011 13:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-7099</guid>
		<description>Hi ! nice snippet ! thank you very much !</description>
		<content:encoded><![CDATA[<p>Hi ! nice snippet ! thank you very much !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gareth</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-2711</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Wed, 24 Feb 2010 04:13:26 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-2711</guid>
		<description>Just wondering if there was some way in the Form class to just add specific row formatting for 1 or 2 elements as this is unique to just this form, instead of having to create an entire decorator class to handle it.</description>
		<content:encoded><![CDATA[<p>Just wondering if there was some way in the Form class to just add specific row formatting for 1 or 2 elements as this is unique to just this form, instead of having to create an entire decorator class to handle it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-2317</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Mon, 18 Jan 2010 11:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-2317</guid>
		<description>&lt;a href=&quot;#comment-1699&quot; rel=&quot;nofollow&quot;&gt;@Antoine&lt;/a&gt; 

Thanks :)</description>
		<content:encoded><![CDATA[<p><a href="#comment-1699" rel="nofollow">@Antoine</a> </p>
<p>Thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antoine</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-1699</link>
		<dc:creator>Antoine</dc:creator>
		<pubDate>Mon, 16 Nov 2009 02:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-1699</guid>
		<description>Well done !</description>
		<content:encoded><![CDATA[<p>Well done !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-1117</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Mon, 07 Sep 2009 00:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-1117</guid>
		<description>Thanks for the feedback. I have updated the code to use sfWidgetFormSchema instead of sfWidgetSchema.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback. I have updated the code to use sfWidgetFormSchema instead of sfWidgetSchema.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Saget</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-1116</link>
		<dc:creator>Bob Saget</dc:creator>
		<pubDate>Mon, 07 Sep 2009 00:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-1116</guid>
		<description>I agree with TIM. I also struggled a bit with the code but after changing the sfWidgetSchema tosfWidgetFormSchema in the Constructor, everything worked perfectly and oh so elegantly ! :)

Thanks for the code !</description>
		<content:encoded><![CDATA[<p>I agree with TIM. I also struggled a bit with the code but after changing the sfWidgetSchema tosfWidgetFormSchema in the Constructor, everything worked perfectly and oh so elegantly ! :)</p>
<p>Thanks for the code !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-1022</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 01 Sep 2009 09:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-1022</guid>
		<description>Hi,

Nice code! I try it, it works but I need update your constructor by updating sfWidgetSchema in sfWidgetFormSchema.

Hope it helps</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice code! I try it, it works but I need update your constructor by updating sfWidgetSchema in sfWidgetFormSchema.</p>
<p>Hope it helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-999</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 30 Aug 2009 21:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-999</guid>
		<description>Thank you for the feedback, code is updated :)</description>
		<content:encoded><![CDATA[<p>Thank you for the feedback, code is updated :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo</title>
		<link>http://bluehorn.co.nz/2009/08/31/symfony-12-sfform-formatter-to-add-stars-on-required-fields/comment-page-1/#comment-995</link>
		<dc:creator>Hugo</dc:creator>
		<pubDate>Sun, 30 Aug 2009 15:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://bluehorn.co.nz/?p=290#comment-995</guid>
		<description>Thanks for sharing this. Your getParameter() method can be shorted as below to gain in readability :

public function getParameter($name, $default=null)
{
  if (!isset($this-&gt;params[$name]))
  {
    return $default;
  }
 
  return $this-&gt;params[$name];
}

++</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this. Your getParameter() method can be shorted as below to gain in readability :</p>
<p>public function getParameter($name, $default=null)<br />
{<br />
  if (!isset($this-&gt;params[$name]))<br />
  {<br />
    return $default;<br />
  }</p>
<p>  return $this-&gt;params[$name];<br />
}</p>
<p>++</p>
]]></content:encoded>
	</item>
</channel>
</rss>

