<?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 Tutorial: A Fully Customized Form Using Zend_Form and Decorators (UPDATED now using Tables)</title>
	<atom:link href="http://blog.ekini.net/2008/10/29/zend-framework-a-fully-customized-form-using-zend_form-and-decorators/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ekini.net/2008/10/29/zend-framework-a-fully-customized-form-using-zend_form-and-decorators/</link>
	<description>Wenbert Del Rosario: PHP, MySQL, Javascript, MVC, Zend Framework, AJAX, jQuery.</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:49:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: markteam</title>
		<link>http://blog.ekini.net/2008/10/29/zend-framework-a-fully-customized-form-using-zend_form-and-decorators/comment-page-1/#comment-12142</link>
		<dc:creator>markteam</dc:creator>
		<pubDate>Sun, 21 Feb 2010 20:18:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=493#comment-12142</guid>
		<description>tnx man.it&#039;s useful post</description>
		<content:encoded><![CDATA[<p>tnx man.it&#8217;s useful post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenbert</title>
		<link>http://blog.ekini.net/2008/10/29/zend-framework-a-fully-customized-form-using-zend_form-and-decorators/comment-page-1/#comment-11604</link>
		<dc:creator>Wenbert</dc:creator>
		<pubDate>Sun, 24 May 2009 13:06:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=493#comment-11604</guid>
		<description>@Javatuan you&#039;re right. It should have been gender_id. The post is now fixed ;-)</description>
		<content:encoded><![CDATA[<p>@Javatuan you&#8217;re right. It should have been gender_id. The post is now fixed ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javatuan</title>
		<link>http://blog.ekini.net/2008/10/29/zend-framework-a-fully-customized-form-using-zend_form-and-decorators/comment-page-1/#comment-11603</link>
		<dc:creator>Javatuan</dc:creator>
		<pubDate>Sun, 24 May 2009 10:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=493#comment-11603</guid>
		<description>attribs of gender is &lt;i&gt;&quot;array(&#039;id&#039;=&gt;&#039;country_id&#039;,)&quot;&lt;/i&gt;, Should it be gender_id or something like that?</description>
		<content:encoded><![CDATA[<p>attribs of gender is <i>&#8220;array(&#8216;id&#8217;=&gt;&#8217;country_id&#8217;,)&#8221;</i>, Should it be gender_id or something like that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wenbert</title>
		<link>http://blog.ekini.net/2008/10/29/zend-framework-a-fully-customized-form-using-zend_form-and-decorators/comment-page-1/#comment-10019</link>
		<dc:creator>Wenbert</dc:creator>
		<pubDate>Thu, 30 Oct 2008 01:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=493#comment-10019</guid>
		<description>Thanks Gerard. I just fixed the post.</description>
		<content:encoded><![CDATA[<p>Thanks Gerard. I just fixed the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerard</title>
		<link>http://blog.ekini.net/2008/10/29/zend-framework-a-fully-customized-form-using-zend_form-and-decorators/comment-page-1/#comment-10001</link>
		<dc:creator>Gerard</dc:creator>
		<pubDate>Wed, 29 Oct 2008 10:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ekini.net/?p=493#comment-10001</guid>
		<description>1. application/forms/sample/sampleform.php L95-101 Make the checkbox decorator a property.

2. Be consistent
sample2Action() L6-7 
$request = $this-&gt;getRequest();
if($this-&gt;getRequest()-&gt;isPost()) {
}

should be

$request = $this-&gt;getRequest();
if($request-&gt;isPost()) {
}

Other than that, thanks.</description>
		<content:encoded><![CDATA[<p>1. application/forms/sample/sampleform.php L95-101 Make the checkbox decorator a property.</p>
<p>2. Be consistent<br />
sample2Action() L6-7<br />
$request = $this-&gt;getRequest();<br />
if($this-&gt;getRequest()-&gt;isPost()) {<br />
}</p>
<p>should be</p>
<p>$request = $this-&gt;getRequest();<br />
if($request-&gt;isPost()) {<br />
}</p>
<p>Other than that, thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
