<?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: Defining and accessing helpers</title>
	<atom:link href="http://cakebaker.42dh.com/2008/07/21/defining-and-accessing-helpers/feed/" rel="self" type="application/rss+xml" />
	<link>http://cakebaker.42dh.com/2008/07/21/defining-and-accessing-helpers/</link>
	<description>baking cakes with CakePHP</description>
	<lastBuildDate>Wed, 10 Mar 2010 21:27:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/07/21/defining-and-accessing-helpers/comment-page-1/#comment-99993</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Wed, 23 Jul 2008 15:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=634#comment-99993</guid>
		<description>@NOSLOW: *g*, thanks, I&#039;m aware of those conventions, I just wasn&#039;t aware that you should use $helpers = array(&#039;Form&#039;); instead of $helpers = array(&#039;form&#039;);

In NoseRub, for example, we use $helpers = array(&#039;Form&#039;); within a helper, but $helpers = array(&#039;form&#039;); in a controller...</description>
		<content:encoded><![CDATA[<p>@NOSLOW: *g*, thanks, I&#8217;m aware of those conventions, I just wasn&#8217;t aware that you should use $helpers = array(&#8216;Form&#8217;); instead of $helpers = array(&#8216;form&#8217;);</p>
<p>In NoseRub, for example, we use $helpers = array(&#8216;Form&#8217;); within a helper, but $helpers = array(&#8216;form&#8217;); in a controller&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NOSLOW</title>
		<link>http://cakebaker.42dh.com/2008/07/21/defining-and-accessing-helpers/comment-page-1/#comment-99823</link>
		<dc:creator>NOSLOW</dc:creator>
		<pubDate>Tue, 22 Jul 2008 17:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=634#comment-99823</guid>
		<description>From the indispensable Cakesheet (http://cake-php.googlegroups.com/web/cakesheet.pdf)

Conventions
Class Name: MyCoolHelper
Path: app/views/helpers/my_cool.php

;)</description>
		<content:encoded><![CDATA[<p>From the indispensable Cakesheet (<a href="http://cake-php.googlegroups.com/web/cakesheet.pdf" rel="nofollow">http://cake-php.googlegroups.com/web/cakesheet.pdf</a>)</p>
<p>Conventions<br />
Class Name: MyCoolHelper<br />
Path: app/views/helpers/my_cool.php</p>
<p>;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cakebaker</title>
		<link>http://cakebaker.42dh.com/2008/07/21/defining-and-accessing-helpers/comment-page-1/#comment-99807</link>
		<dc:creator>cakebaker</dc:creator>
		<pubDate>Tue, 22 Jul 2008 15:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=634#comment-99807</guid>
		<description>@nate: Thanks for your comment! I wasn&#039;t aware there is such a convention ;-)</description>
		<content:encoded><![CDATA[<p>@nate: Thanks for your comment! I wasn&#8217;t aware there is such a convention ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://cakebaker.42dh.com/2008/07/21/defining-and-accessing-helpers/comment-page-1/#comment-99781</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Tue, 22 Jul 2008 13:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://cakebaker.42dh.com/?p=634#comment-99781</guid>
		<description>By convention, references to helpers any the $helpers array should *always* be in uppercase, regardless of whether or not they happen to work in lowercase.  This should be reflected in any core or core-generated code.</description>
		<content:encoded><![CDATA[<p>By convention, references to helpers any the $helpers array should *always* be in uppercase, regardless of whether or not they happen to work in lowercase.  This should be reflected in any core or core-generated code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
