<?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: Element or helper?</title>
	<atom:link href="http://cakebaker.42dh.com/2007/07/12/element-or-helper/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2007/07/12/element-or-helper/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Tue, 31 Jan 2012 15:12:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2007/07/12/element-or-helper/comment-page-1/#comment-7641</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Fri, 13 Jul 2007 06:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/07/12/element-or-helper/#comment-7641</guid>
		<description>@Felix: It seems we have different philosophies in this point ;-)  I prefer to create helpers over elements, as helpers are easier to test (at least with my test suite).</description>
		<content:encoded><![CDATA[<p>@Felix: It seems we have different philosophies in this point ;-)  I prefer to create helpers over elements, as helpers are easier to test (at least with my test suite).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Geisendörfer</title>
		<link>http://cakebaker.42dh.com/2007/07/12/element-or-helper/comment-page-1/#comment-7635</link>
		<dc:creator>Felix Geisendörfer</dc:creator>
		<pubDate>Thu, 12 Jul 2007 09:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/2007/07/12/element-or-helper/#comment-7635</guid>
		<description>I only use helpers for the really ugly stuff like accessing models (which btw. is something the cake 1.2 form helper does as well) or registering complex JS stuff internally.

For a simple transformation of a couple variables into plain old html I&#039;m very much in favor of elements, which btw. also has the advantage of giving you explicit caching support - something helpers won&#039;t do out of the box.</description>
		<content:encoded><![CDATA[<p>I only use helpers for the really ugly stuff like accessing models (which btw. is something the cake 1.2 form helper does as well) or registering complex JS stuff internally.</p>
<p>For a simple transformation of a couple variables into plain old html I&#8217;m very much in favor of elements, which btw. also has the advantage of giving you explicit caching support &#8211; something helpers won&#8217;t do out of the box.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

