<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eKini Web Developer Blog &#187; zend_view helper</title>
	<atom:link href="http://blog.ekini.net/tag/zend_view-helper/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ekini.net</link>
	<description>Wenbert Del Rosario: PHP, MySQL, Javascript, MVC, Zend Framework, AJAX, jQuery.</description>
	<lastBuildDate>Tue, 24 Aug 2010 00:13:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Zend_View Helper Tutorial</title>
		<link>http://blog.ekini.net/2008/04/30/zend_view-helper-tutorial/</link>
		<comments>http://blog.ekini.net/2008/04/30/zend_view-helper-tutorial/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 02:35:58 +0000</pubDate>
		<dc:creator>Wenbert</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Zend_View]]></category>
		<category><![CDATA[zend_view helper]]></category>

		<guid isPermaLink="false">http://blog.ekini.net/?p=411</guid>
		<description><![CDATA[Zend DevZone has a new article up. What is a View Helper? A View Helper is simply a class that follows particular naming conventions, When attached to a view object, you can call the helper as if it were a method of the view object itself. The View object retains helper instances, which means that [...]]]></description>
			<content:encoded><![CDATA[<p>Zend DevZone has a <a href="http://devzone.zend.com/article/3412-View-Helpers-in-Zend-Framework">new article</a> up.</p>
<blockquote><p><strong>What is a View Helper?</strong></p>
<p>A View Helper is simply a class that follows particular naming conventions, When attached to a view object, you can call the helper as if it were a method of the view object itself. The View object retains helper instances, which means that they retain states between calls.</p>
<p>Common use cases for view helpers include:</p>
<p>* Accessing models<br />
* Performing complex or repeatable display logic<br />
* Manipulating and formatting model data<br />
* Persisting data between view scripts</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.ekini.net/2008/04/30/zend_view-helper-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
