<?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: Make Zend_Form Bend To Your Will</title>
	<atom:link href="http://blog.ericlamb.net/2009/09/make-zend_form-bend-to-your-will/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ericlamb.net/2009/09/make-zend_form-bend-to-your-will/</link>
	<description>Thoughts on programming, people and life</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:33:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Tobias Neumann</title>
		<link>http://blog.ericlamb.net/2009/09/make-zend_form-bend-to-your-will/comment-page-1/#comment-1421</link>
		<dc:creator>Tobias Neumann</dc:creator>
		<pubDate>Fri, 27 Nov 2009 09:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2516#comment-1421</guid>
		<description>Nice overview, thx.</description>
		<content:encoded><![CDATA[<p>Nice overview, thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Framework Blog &#187; Blog Archive &#187; Aus den Zend Framework Blogs</title>
		<link>http://blog.ericlamb.net/2009/09/make-zend_form-bend-to-your-will/comment-page-1/#comment-1386</link>
		<dc:creator>Zend Framework Blog &#187; Blog Archive &#187; Aus den Zend Framework Blogs</dc:creator>
		<pubDate>Wed, 18 Nov 2009 14:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2516#comment-1386</guid>
		<description>[...] möchte seine Zend_Forms ohne Dekorierer ausgeben und kann das auch mit Code [...]</description>
		<content:encoded><![CDATA[<p>[...] möchte seine Zend_Forms ohne Dekorierer ausgeben und kann das auch mit Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mon z.</title>
		<link>http://blog.ericlamb.net/2009/09/make-zend_form-bend-to-your-will/comment-page-1/#comment-1327</link>
		<dc:creator>mon z.</dc:creator>
		<pubDate>Tue, 03 Nov 2009 10:25:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2516#comment-1327</guid>
		<description>Sorry, the above should say renderLabel(), not renderElement().</description>
		<content:encoded><![CDATA[<p>Sorry, the above should say renderLabel(), not renderElement().</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mon z.</title>
		<link>http://blog.ericlamb.net/2009/09/make-zend_form-bend-to-your-will/comment-page-1/#comment-1326</link>
		<dc:creator>mon z.</dc:creator>
		<pubDate>Tue, 03 Nov 2009 10:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ericlamb.net/?p=2516#comment-1326</guid>
		<description>There&#039;s a Zend_Form feature that&#039;s very powerful yet gets next to no coverage: rendering individual decorators. If you want to output the label of the element, echo $this-&gt;form-&gt;element-&gt;renderElement(). Output the input tag itself: echo $this-&gt;form-&gt;element-&gt;renderViewHelper(). The errors: echo $this-&gt;form-&gt;element-&gt;renderErrors(). The form open tag complete with the action, method, encoding and whatever attribute you set in the class: echo $this-&gt;form-&gt;renderForm(false). No need to remove anything if you do it this way.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a Zend_Form feature that&#8217;s very powerful yet gets next to no coverage: rendering individual decorators. If you want to output the label of the element, echo $this-&gt;form-&gt;element-&gt;renderElement(). Output the input tag itself: echo $this-&gt;form-&gt;element-&gt;renderViewHelper(). The errors: echo $this-&gt;form-&gt;element-&gt;renderErrors(). The form open tag complete with the action, method, encoding and whatever attribute you set in the class: echo $this-&gt;form-&gt;renderForm(false). No need to remove anything if you do it this way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
