<?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: Simplifying Zend_View_Helper_Url</title> <atom:link href="http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/feed/" rel="self" type="application/rss+xml" /><link>http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/</link> <description></description> <lastBuildDate>Fri, 11 May 2012 20:03:11 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Zend Framework: Encapsulating routes into modules &#171; PHP::Impact ( [str Blog] )</title><link>http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/comment-page-1/#comment-219</link> <dc:creator>Zend Framework: Encapsulating routes into modules &#171; PHP::Impact ( [str Blog] )</dc:creator> <pubDate>Fri, 05 Sep 2008 19:18:34 +0000</pubDate> <guid
isPermaLink="false"></guid> <description>...
}
That’s it. The same applies to Zend_Controller_Action_Helper_Url (there’s an example &lt;a href=&quot;http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/&quot; rel=&quot;nofollow&quot;&gt;here)&lt;/a&gt;. Posted by Federico Filed in &lt;a href=&quot;http://wordpress.com/tag/frameworks/&quot; rel=&quot;nofollow&quot;&gt;...</description> <content:encoded><![CDATA[<p>&#8230;<br
/> }<br
/> That’s it. The same applies to Zend_Controller_Action_Helper_Url (there’s an example <a
href="http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/" rel="nofollow">here)</a>. Posted by Federico Filed in <a
href="http://wordpress.com/tag/frameworks/" rel="nofollow">&#8230;</a></p> ]]></content:encoded> </item> <item><title>By: Matthew Turland</title><link>http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/comment-page-1/#comment-212</link> <dc:creator>Matthew Turland</dc:creator> <pubDate>Fri, 18 Jul 2008 07:16:21 +0000</pubDate> <guid
isPermaLink="false"></guid> <description>If you use routes that extensively, I&#039;d say create a custom helper that takes the route name, parameters, and does what you need it to do. It doesn&#039;t have to extend Url or include related parameters; I merely did it that way because it was convenient in my case. In yours and Andy&#039;s cases, something more specific to custom routes makes sense.</description> <content:encoded><![CDATA[<p>If you use routes that extensively, I&#8217;d say create a custom helper that takes the route name, parameters, and does what you need it to do. It doesn&#8217;t have to extend Url or include related parameters; I merely did it that way because it was convenient in my case. In yours and Andy&#8217;s cases, something more specific to custom routes makes sense.</p> ]]></content:encoded> </item> <item><title>By: Jani Hartikainen</title><link>http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/comment-page-1/#comment-210</link> <dc:creator>Jani Hartikainen</dc:creator> <pubDate>Tue, 15 Jul 2008 12:13:03 +0000</pubDate> <guid
isPermaLink="false"></guid> <description>While this idea looks pretty good for just routing to controllers/actions, I&#039;ve found at least in my projects that a lot of the time it just doesn&#039;t work like that.For example, I very rarely create urls directly to a specific controller/action at least on the public side of a site. It&#039;s because I use routes quite freely to create nicer urls, so I&#039;m usually either passing a record ID or such as a param and just the route name.Personally, I would make a &quot;flexible&quot; url helper: It would work like the standard one does, but you could pass a string as the first param and it would read that as the route, and perhaps pass a boolean as the second, and it would read that as the reset parameter. Haven&#039;t yet implemented this idea, but perhaps I will sometime.</description> <content:encoded><![CDATA[<p>While this idea looks pretty good for just routing to controllers/actions, I&#8217;ve found at least in my projects that a lot of the time it just doesn&#8217;t work like that.</p><p>For example, I very rarely create urls directly to a specific controller/action at least on the public side of a site. It&#8217;s because I use routes quite freely to create nicer urls, so I&#8217;m usually either passing a record ID or such as a param and just the route name.</p><p>Personally, I would make a &#8220;flexible&#8221; url helper: It would work like the standard one does, but you could pass a string as the first param and it would read that as the route, and perhaps pass a boolean as the second, and it would read that as the reset parameter. Haven&#8217;t yet implemented this idea, but perhaps I will sometime.</p> ]]></content:encoded> </item> <item><title>By: Matthew Turland&#8217;s Blog: Simplifying Zend_View_Helper_Url &#124; Development Blog With Code Updates : Developercast.com</title><link>http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/comment-page-1/#comment-206</link> <dc:creator>Matthew Turland&#8217;s Blog: Simplifying Zend_View_Helper_Url &#124; Development Blog With Code Updates : Developercast.com</dc:creator> <pubDate>Mon, 14 Jul 2008 19:18:37 +0000</pubDate> <guid
isPermaLink="false"></guid> <description>...title=&quot;View all posts in Development&quot; rel=&quot;category tag&quot;&gt;Development&lt;/a&gt;   Matthew Turland has &lt;a href=&quot;http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/&quot; rel=&quot;nofollow&quot;&gt;posted a quick tutorial&lt;/a&gt; where he aims to simplify some of the functionality that the Zend Framework’s Zend_View_Helpe...</description> <content:encoded><![CDATA[<p>&#8230;title=&#8221;View all posts in Development&#8221; rel=&#8221;category tag&#8221;>Development   Matthew Turland has <a
href="http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/" rel="nofollow">posted a quick tutorial</a> where he aims to simplify some of the functionality that the Zend Framework’s Zend_View_Helpe&#8230;</p> ]]></content:encoded> </item> <item><title>By: Bookmarks about Module</title><link>http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/comment-page-1/#comment-223</link> <dc:creator>Bookmarks about Module</dc:creator> <pubDate>Thu, 01 Jan 1970 06:33:28 +0000</pubDate> <guid
isPermaLink="false"></guid> <description>...ownership-local-se-linux-policy/ - bookmarked by 6 members
originally found by mhl100 on 2008-09-16 &lt;a href=&quot;http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/&quot; rel=&quot;nofollow&quot;&gt;Simplifying Zend_View_Helper_Url&lt;/a&gt; http://ishouldbecoding.com/2008/07/12/simplifying-zend_view_helper_url - bookmarked by 1 members
or...</description> <content:encoded><![CDATA[<p>&#8230;ownership-local-se-linux-policy/ &#8211; bookmarked by 6 members<br
/> originally found by mhl100 on 2008-09-16 <a
href="http://matthewturland.com/2008/07/12/simplifying-zend_view_helper_url/" rel="nofollow">Simplifying Zend_View_Helper_Url</a> <a
href="http://ishouldbecoding.com/2008/07/12/simplifying-zend_view_helper_url" rel="nofollow">http://ishouldbecoding.com/2008/07/12/simplifying-zend_view_helper_url</a> &#8211; bookmarked by 1 members<br
/> or&#8230;</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using disk: enhanced
Database Caching 7/14 queries in 0.008 seconds using apc

Served from: matthewturland.com @ 2012-05-17 18:24:42 -->
