<?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: Getting Smarty 3.0 to work with Zend Framework 1.9</title>
	<atom:link href="http://www.eingko.net/blog/2009/11/10/getting-smarty-3-0-to-work-with-zend-framework-1-9/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eingko.net/blog/2009/11/10/getting-smarty-3-0-to-work-with-zend-framework-1-9/</link>
	<description>a web developer's thoughts and musings</description>
	<lastBuildDate>Mon, 11 Jan 2010 16:56:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: eingko</title>
		<link>http://www.eingko.net/blog/2009/11/10/getting-smarty-3-0-to-work-with-zend-framework-1-9/comment-page-1/#comment-8557</link>
		<dc:creator>eingko</dc:creator>
		<pubDate>Mon, 11 Jan 2010 16:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.eingko.net/blog/?p=58#comment-8557</guid>
		<description>@Paddy, the files will be included based on the include paths have set via &quot;ini_set&quot; (i.e. ini_set(&#039;include_path&#039;, &#039;/my/inc/path&#039;)). Just modify the path in your include statement to something like: {include file=”application/modules/default/views/index/test.tpl”}</description>
		<content:encoded><![CDATA[<p>@Paddy, the files will be included based on the include paths have set via &#8220;ini_set&#8221; (i.e. ini_set(&#8216;include_path&#8217;, &#8216;/my/inc/path&#8217;)). Just modify the path in your include statement to something like: {include file=”application/modules/default/views/index/test.tpl”}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paddy</title>
		<link>http://www.eingko.net/blog/2009/11/10/getting-smarty-3-0-to-work-with-zend-framework-1-9/comment-page-1/#comment-8499</link>
		<dc:creator>Paddy</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.eingko.net/blog/?p=58#comment-8499</guid>
		<description>Hi, I&#039;m quite new to the Zend Framework, and must admit this tutorial has helped with the smarty integration, so thank you. I&#039;ve managed to replace all the index.phtml and error.phtml with their smarty equivalents, but when I try for e.g in index.tpl: {include file=&quot;test.tpl&quot;} (where test.tpl is located in the same directory as index.tpl), I get an error: &quot;Unable to load template file &#039;test.tpl&#039;&quot; (which is what is being caught in the error.tpl).  Any help with including smarty tpl&#039;s within tpl&#039;s then, using this integration method?</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m quite new to the Zend Framework, and must admit this tutorial has helped with the smarty integration, so thank you. I&#8217;ve managed to replace all the index.phtml and error.phtml with their smarty equivalents, but when I try for e.g in index.tpl: {include file=&#8221;test.tpl&#8221;} (where test.tpl is located in the same directory as index.tpl), I get an error: &#8220;Unable to load template file &#8216;test.tpl&#8217;&#8221; (which is what is being caught in the error.tpl).  Any help with including smarty tpl&#8217;s within tpl&#8217;s then, using this integration method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eingko</title>
		<link>http://www.eingko.net/blog/2009/11/10/getting-smarty-3-0-to-work-with-zend-framework-1-9/comment-page-1/#comment-8153</link>
		<dc:creator>eingko</dc:creator>
		<pubDate>Wed, 09 Dec 2009 23:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.eingko.net/blog/?p=58#comment-8153</guid>
		<description>Oops, sorry. Fixed now. It should have been &quot;$view = new Zend_View_Smarty();&quot;. I also added a mention regarding assumptions.</description>
		<content:encoded><![CDATA[<p>Oops, sorry. Fixed now. It should have been &#8220;$view = new Zend_View_Smarty();&#8221;. I also added a mention regarding assumptions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.eingko.net/blog/2009/11/10/getting-smarty-3-0-to-work-with-zend-framework-1-9/comment-page-1/#comment-8147</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Wed, 09 Dec 2009 20:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.eingko.net/blog/?p=58#comment-8147</guid>
		<description>$view = new Easyworship_View_Smarty();

This is referenced above, but you do not show what it is or where it comes from. Am I missing something?</description>
		<content:encoded><![CDATA[<p>$view = new Easyworship_View_Smarty();</p>
<p>This is referenced above, but you do not show what it is or where it comes from. Am I missing something?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
