<?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: Smarty Plugin To Replace Zend Framework View Helper &#8220;Url&#8221;</title>
	<atom:link href="http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/</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: how to repair wii</title>
		<link>http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/comment-page-1/#comment-5306</link>
		<dc:creator>how to repair wii</dc:creator>
		<pubDate>Wed, 23 Dec 2009 05:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=715#comment-5306</guid>
		<description>Easily, your post is actually the freshest on this laudable topic. I concur with your conclusions and anxiously await your upcoming updates. Saying thank you will not be sufficient, for the great lucidity in your writing. I will immediately grab your rss feed to stay abreast of any updates. Good work and much success in your business dealings!</description>
		<content:encoded><![CDATA[<p>Easily, your post is actually the freshest on this laudable topic. I concur with your conclusions and anxiously await your upcoming updates. Saying thank you will not be sufficient, for the great lucidity in your writing. I will immediately grab your rss feed to stay abreast of any updates. Good work and much success in your business dealings!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/comment-page-1/#comment-1608</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 04 Mar 2009 18:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=715#comment-1608</guid>
		<description>Awesome! This works great. Thanks David. Are you guys planning on doing something similar for forms to create something like Zend_View_Smarty::formText()?</description>
		<content:encoded><![CDATA[<p>Awesome! This works great. Thanks David. Are you guys planning on doing something similar for forms to create something like Zend_View_Smarty::formText()?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dantan</title>
		<link>http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/comment-page-1/#comment-1328</link>
		<dc:creator>dantan</dc:creator>
		<pubDate>Mon, 26 Jan 2009 20:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=715#comment-1328</guid>
		<description>Works great, just what I needed right now.

Do you have an idea how to get rid of the default module in the link? With IndexController and IndexAction it worked right by the way, but I do not like a link like /en/default/login</description>
		<content:encoded><![CDATA[<p>Works great, just what I needed right now.</p>
<p>Do you have an idea how to get rid of the default module in the link? With IndexController and IndexAction it worked right by the way, but I do not like a link like /en/default/login</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gorgo</title>
		<link>http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/comment-page-1/#comment-1327</link>
		<dc:creator>gorgo</dc:creator>
		<pubDate>Mon, 26 Jan 2009 11:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=715#comment-1327</guid>
		<description>OK, just a short look at the code would take much less time than writing those comments=)

The code for my previous comment should be:

{zend_url action=&quot;add&quot; zend_url_reset=true}</description>
		<content:encoded><![CDATA[<p>OK, just a short look at the code would take much less time than writing those comments=)</p>
<p>The code for my previous comment should be:</p>
<p>{zend_url action=&#8221;add&#8221; zend_url_reset=true}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gorgo</title>
		<link>http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/comment-page-1/#comment-1326</link>
		<dc:creator>gorgo</dc:creator>
		<pubDate>Mon, 26 Jan 2009 10:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=715#comment-1326</guid>
		<description>Nice and clear solution! Many thanks!

There is one issue i have:
- I get to my page http://zf.localhost/users/index/orderBy/name
- and in view script I have anchor for adding users using this:
  {zend_url action=&quot;add&quot;}
- the resulting URL is: http://zf.localhost/users/add/orderBy/name

The question is: how to get rid of the &quot;orderBy/name&quot; part of the URL?</description>
		<content:encoded><![CDATA[<p>Nice and clear solution! Many thanks!</p>
<p>There is one issue i have:<br />
- I get to my page <a href="http://zf.localhost/users/index/orderBy/name" rel="nofollow">http://zf.localhost/users/index/orderBy/name</a><br />
- and in view script I have anchor for adding users using this:<br />
  {zend_url action=&#8221;add&#8221;}<br />
- the resulting URL is: <a href="http://zf.localhost/users/add/orderBy/name" rel="nofollow">http://zf.localhost/users/add/orderBy/name</a></p>
<p>The question is: how to get rid of the &#8220;orderBy/name&#8221; part of the URL?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engfer</title>
		<link>http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/comment-page-1/#comment-750</link>
		<dc:creator>engfer</dc:creator>
		<pubDate>Thu, 06 Nov 2008 14:20:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=715#comment-750</guid>
		<description>@Jake. I know it seems bad or ugly; however, it does follow a pattern that designers can follow. If you are just working on the project yourself. 

You &lt;i&gt;can&lt;/i&gt; accomplish this through other means.

You could create a true &lt;code&gt;Zend_View&lt;/code&gt; object and assign it as a variable in your Smarty object and use the &lt;code&gt;{php}...{/php}&lt;/code&gt; fashion to grab the view and use the view helpers. It still is very ugly, but it will work

Which ones do you use that you want someone to write a Smarty plugin for?</description>
		<content:encoded><![CDATA[<p>@Jake. I know it seems bad or ugly; however, it does follow a pattern that designers can follow. If you are just working on the project yourself. </p>
<p>You <i>can</i> accomplish this through other means.</p>
<p>You could create a true <code>Zend_View</code> object and assign it as a variable in your Smarty object and use the <code>{php}...{/php}</code> fashion to grab the view and use the view helpers. It still is very ugly, but it will work</p>
<p>Which ones do you use that you want someone to write a Smarty plugin for?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.engfers.com/2008/10/24/smarty-plugin-to-replace-zend-framework-view-helper-url/comment-page-1/#comment-746</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 06 Nov 2008 07:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.engfers.com/?p=715#comment-746</guid>
		<description>Ugh... so you propose that we (re)write every view helper as a smarty plugin?  There has got to be a better way.</description>
		<content:encoded><![CDATA[<p>Ugh&#8230; so you propose that we (re)write every view helper as a smarty plugin?  There has got to be a better way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
