<?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: How To Make Smarty the Default View for Your Zend Action Controllers</title>
	<atom:link href="http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/</link>
	<description>» scrumptions blog &#038; code » nothing more, nothing less</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:30:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ramya</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-6151</link>
		<dc:creator>ramya</dc:creator>
		<pubDate>Fri, 30 Apr 2010 11:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-6151</guid>
		<description>Hi,

Pls provide the url for executing the example given above in browser.


Regards
Ramya</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Pls provide the url for executing the example given above in browser.</p>
<p>Regards<br />
Ramya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-6102</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Thu, 22 Apr 2010 13:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-6102</guid>
		<description>Hi, I know this article is a quite old, but is it possible to add to setViewBasePathSpec() an URL param?

I would like something like:

setViewBasePathSpec( &#039;:moduleDir/views/&#039; . $smartyConfig -&gt; template_dir . &#039;section/:section&#039; )

Where &#039;section&#039; is the URL param, and &#039;:section&#039; the param value.

I tried and received this message:

&quot;A replacement identifier : was found inside the inflected target, perhaps a rule was not satisfied with a target source? Unsatisfied inflected target:&quot;</description>
		<content:encoded><![CDATA[<p>Hi, I know this article is a quite old, but is it possible to add to setViewBasePathSpec() an URL param?</p>
<p>I would like something like:</p>
<p>setViewBasePathSpec( &#8216;:moduleDir/views/&#8217; . $smartyConfig -&gt; template_dir . &#8216;section/:section&#8217; )</p>
<p>Where &#8216;section&#8217; is the URL param, and &#8216;:section&#8217; the param value.</p>
<p>I tried and received this message:</p>
<p>&#8220;A replacement identifier : was found inside the inflected target, perhaps a rule was not satisfied with a target source? Unsatisfied inflected target:&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Custom template system - Zend Framework Forum</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-5671</link>
		<dc:creator>Custom template system - Zend Framework Forum</dc:creator>
		<pubDate>Tue, 02 Feb 2010 15:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-5671</guid>
		<description>[...] it gets around developers that (are not&#124;don&#039;t understand&#124;don&#039;t care about) designers.  I found this How To Make Smarty the Default View for Your Zend Action Controllers at engfer(s) with very little tweaks for my specific project to be an effective [...]</description>
		<content:encoded><![CDATA[<p>[...] it gets around developers that (are not|don&#39;t understand|don&#39;t care about) designers.  I found this How To Make Smarty the Default View for Your Zend Action Controllers at engfer(s) with very little tweaks for my specific project to be an effective [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engfer</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-3703</link>
		<dc:creator>engfer</dc:creator>
		<pubDate>Wed, 12 Aug 2009 22:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-3703</guid>
		<description>I haven&#039;t messed aroung with zend layout. I&#039;m sure that you can integrate it, but it would involve a custom smarty tag and attaching the zend layout object to smarty before the request processing is passed to the view script. Hope that helps!</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t messed aroung with zend layout. I&#8217;m sure that you can integrate it, but it would involve a custom smarty tag and attaching the zend layout object to smarty before the request processing is passed to the view script. Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mhor</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-3578</link>
		<dc:creator>Mhor</dc:creator>
		<pubDate>Mon, 03 Aug 2009 14:56:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-3578</guid>
		<description>Hi, nice tutorial you got there. And I&#039;ve currently implemented in on our project. I just want to ask something. I would like to use LAYOUTS on my TPL pages, is the Zend_Layout way possible? Thanks</description>
		<content:encoded><![CDATA[<p>Hi, nice tutorial you got there. And I&#8217;ve currently implemented in on our project. I just want to ask something. I would like to use LAYOUTS on my TPL pages, is the Zend_Layout way possible? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jyotiprakash</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-2575</link>
		<dc:creator>Jyotiprakash</dc:creator>
		<pubDate>Thu, 21 May 2009 06:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-2575</guid>
		<description>i have implemented your ideas , smarty is working fine. But the database configuration can not be done . Can you tell about how to configure database in your system.</description>
		<content:encoded><![CDATA[<p>i have implemented your ideas , smarty is working fine. But the database configuration can not be done . Can you tell about how to configure database in your system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ballfry</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-1940</link>
		<dc:creator>ballfry</dc:creator>
		<pubDate>Sat, 04 Apr 2009 21:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-1940</guid>
		<description>&lt;3 Nice post!</description>
		<content:encoded><![CDATA[<p>&lt;3 Nice post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-1841</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Thu, 26 Mar 2009 13:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-1841</guid>
		<description>Your guide helps me a lot. I&#039;ve found another reasonable implementation at anders.tyckr.com, however I prefer your straightforward method.
The only thing I want to know more is how to use Zend_Layout with your setup. Have you tried this?
Thanks.</description>
		<content:encoded><![CDATA[<p>Your guide helps me a lot. I&#8217;ve found another reasonable implementation at anders.tyckr.com, however I prefer your straightforward method.<br />
The only thing I want to know more is how to use Zend_Layout with your setup. Have you tried this?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engfer</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-1781</link>
		<dc:creator>engfer</dc:creator>
		<pubDate>Wed, 18 Mar 2009 14:32:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-1781</guid>
		<description>How would you do it now? Linky?</description>
		<content:encoded><![CDATA[<p>How would you do it now? Linky?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rate pics</title>
		<link>http://www.engfers.com/2008/10/17/how-to-make-smarty-the-default-view-for-your-zend-action-controllers/comment-page-1/#comment-1771</link>
		<dc:creator>rate pics</dc:creator>
		<pubDate>Tue, 17 Mar 2009 17:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=530#comment-1771</guid>
		<description>This is now outdated with the newer releases of ZF. You can do this much easier now!!</description>
		<content:encoded><![CDATA[<p>This is now outdated with the newer releases of ZF. You can do this much easier now!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
