<?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"
	>
<channel>
	<title>Comments on: NY Thoughts and Zend_View_Helper Notes</title>
	<atom:link href="http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/</link>
	<description>PHP and Other Techno-babble</description>
	<pubDate>Sat, 22 Nov 2008 10:53:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Aaron</title>
		<link>http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-26144</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 13 Apr 2007 17:24:51 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-26144</guid>
		<description>Isn't it a requirement for all pubs to have Murphy's Stout on tap?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t it a requirement for all pubs to have Murphy&#8217;s Stout on tap?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Shiflett</title>
		<link>http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25973</link>
		<dc:creator>Chris Shiflett</dc:creator>
		<pubDate>Thu, 12 Apr 2007 19:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25973</guid>
		<description>I'm not sure why everyone is focusing on the Zend Framework. Clearly, the most important information in this post is where to find Murphy's Stout on tap. :-)</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure why everyone is focusing on the Zend Framework. Clearly, the most important information in this post is where to find Murphy&#8217;s Stout on tap. <img src='http://benramsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Ramsey</title>
		<link>http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25797</link>
		<dc:creator>Ben Ramsey</dc:creator>
		<pubDate>Wed, 11 Apr 2007 19:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25797</guid>
		<description>Matthew:

Thanks for the pointer about the helper prefix. I've just implemented it in the init() on this project.</description>
		<content:encoded><![CDATA[<p>Matthew:</p>
<p>Thanks for the pointer about the helper prefix. I&#8217;ve just implemented it in the init() on this project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25740</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Wed, 11 Apr 2007 12:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25740</guid>
		<description>&lt;strong&gt;Ben Ramsey's Blog: NY Thoughts and Zend_View_Helper Notes...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Ben Ramsey&#8217;s Blog: NY Thoughts and Zend_View_Helper Notes&#8230;</strong></p>
<p>...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25719</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Wed, 11 Apr 2007 11:02:10 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25719</guid>
		<description>Thanks for the writeup! I've created an issue in the ZF issue tracker noting the documentation issues you ran into, and will be clearing them up for an upcoming release.

By the way, you can always modify your view object to specify the helper path &lt;em&gt;and&lt;/em&gt; helper prefix quite easily. Right after your call to initView(), try this: $this-&#62;view-&#62;addHelperPath(dirname(dirname(__FILE__)) . '/views/helpers', 'My_View_Helper'). This is an approach I've taken with a recent project; it's useful particularly when you have multiple modules that might need similarly named helpers that perform their job differently -- for example, a pager for a gallery versus a pager for news items.</description>
		<content:encoded><![CDATA[<p>Thanks for the writeup! I&#8217;ve created an issue in the ZF issue tracker noting the documentation issues you ran into, and will be clearing them up for an upcoming release.</p>
<p>By the way, you can always modify your view object to specify the helper path <em>and</em> helper prefix quite easily. Right after your call to initView(), try this: $this->view->addHelperPath(dirname(dirname(<i>FILE</i>)) . &#8217;/views/helpers&#8217;, &#8216;My_View_Helper&#8217;). This is an approach I&#8217;ve taken with a recent project; it&#8217;s useful particularly when you have multiple modules that might need similarly named helpers that perform their job differently&#8212;for example, a pager for a gallery versus a pager for news items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JIRA: Zend Framework</title>
		<link>http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25718</link>
		<dc:creator>JIRA: Zend Framework</dc:creator>
		<pubDate>Wed, 11 Apr 2007 11:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/#comment-25718</guid>
		<description>&lt;strong&gt;[ZF-1246] Helper documentation is unclear...&lt;/strong&gt;

Per [http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/], the following changes need to be made to the Zend_View_Helper documentation:

* Indicate that all helper classes need a class prefix, and that by default it should be Zend_....</description>
		<content:encoded><![CDATA[<p><strong>[ZF-1246] Helper documentation is unclear&#8230;</strong></p>
<p>Per [http://benramsey.com/archives/ny-thoughts-and-zend_view_helper-notes/], the following changes need to be made to the Zend_View_Helper documentation:</p>
<ul>
<li>Indicate that all helper classes need a class prefix, and that by default it should be Zend_&#8230;.</li>
</ul>
]]></content:encoded>
	</item>
</channel>
</rss>
