<?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: The Zend Framework routing process</title>
	<atom:link href="http://naneau.nl/2007/05/11/the-zend-framework-routing-process/feed/" rel="self" type="application/rss+xml" />
	<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/</link>
	<description>Go dik-dik, go!</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Surt</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-39410</link>
		<dc:creator>Surt</dc:creator>
		<pubDate>Fri, 23 Jan 2009 12:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-39410</guid>
		<description>Hi all,

I&#039;m triying to set routes based on prefixed actions, for example:

An UserController with prefixed with &#039;admin_&#039; string actions (admin_editAction(), admin_listActions()...)

so every time i write /admin/:controller/:action  my router redirects me to 
Controller-&gt;prefixed with &#039;admin_&#039; . $actionname

for the example -&gt; /admin/user/edit/  will be controller user, action admin_editAction
it is possible?

great blog Naneau, thx for your efforts</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I&#8217;m triying to set routes based on prefixed actions, for example:</p>
<p>An UserController with prefixed with &#8216;admin_&#8217; string actions (admin_editAction(), admin_listActions()&#8230;)</p>
<p>so every time i write /admin/:controller/:action  my router redirects me to<br />
Controller-&gt;prefixed with &#8216;admin_&#8217; . $actionname</p>
<p>for the example -&gt; /admin/user/edit/  will be controller user, action admin_editAction<br />
it is possible?</p>
<p>great blog Naneau, thx for your efforts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naneau</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-33344</link>
		<dc:creator>Naneau</dc:creator>
		<pubDate>Wed, 29 Oct 2008 15:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-33344</guid>
		<description>I think what you&#039;re looking for here is a static route. You can easily add those to your router. http://framework.zend.com/manual/en/zend.controller.router.html#zend.controller.router.routes.static will give you some pointers on how to do that :)</description>
		<content:encoded><![CDATA[<p>I think what you&#8217;re looking for here is a static route. You can easily add those to your router. <a href="http://framework.zend.com/manual/en/zend.controller.router.html#zend.controller.router.routes.static" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/framework.zend.com/manual/en/zend.controller.router.html_zend.controller.router.routes.static?referer=');">http://framework.zend.com/manual/en/zend.controller.router.html#zend.controller.router.routes.static</a> will give you some pointers on how to do that <img src='http://naneau.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donald</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-33343</link>
		<dc:creator>Donald</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-33343</guid>
		<description>Hello Naneau, I am trying to accomplish setting up url scheme just like apple movie trailer site...


http://www.apple.com/trailers/
http://www.apple.com/trailers/universal/ 

http://www.apple.com/trailers/universal/rolemodels/

I&#039;m confused on how to properly map urls

I&#039;m willing pay for your help....thanks</description>
		<content:encoded><![CDATA[<p>Hello Naneau, I am trying to accomplish setting up url scheme just like apple movie trailer site&#8230;</p>
<p><a href="http://www.apple.com/trailers/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.apple.com/trailers/?referer=');">http://www.apple.com/trailers/</a><br />
<a href="http://www.apple.com/trailers/universal/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.apple.com/trailers/universal/?referer=');">http://www.apple.com/trailers/universal/</a> </p>
<p><a href="http://www.apple.com/trailers/universal/rolemodels/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/www.apple.com/trailers/universal/rolemodels/?referer=');">http://www.apple.com/trailers/universal/rolemodels/</a></p>
<p>I&#8217;m confused on how to properly map urls</p>
<p>I&#8217;m willing pay for your help&#8230;.thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-24606</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 11 Jul 2008 17:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-24606</guid>
		<description>Sorry to post again, but I figured out what I needed to do, or at least a way to get it done.  By creating a Front Controller Plugin by extending Zend_Controller_Plugin_Abstract, and overiding the preDispatch method.  I can then process the URL and change the controller by calling $this-&gt;getRequest()-&gt;setControllerName(&#039;controller&#039;) and $this-&gt;getRequest()-&gt;setActionName(&#039;action&#039;);.  I hope that someone else may find this to be useful.</description>
		<content:encoded><![CDATA[<p>Sorry to post again, but I figured out what I needed to do, or at least a way to get it done.  By creating a Front Controller Plugin by extending Zend_Controller_Plugin_Abstract, and overiding the preDispatch method.  I can then process the URL and change the controller by calling $this-&gt;getRequest()-&gt;setControllerName(&#8216;controller&#8217;) and $this-&gt;getRequest()-&gt;setActionName(&#8216;action&#8217;);.  I hope that someone else may find this to be useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-24457</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 09 Jul 2008 20:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-24457</guid>
		<description>Maybe you could help me with a thought I am trying to work out.  I am trying to create really clean URLs for pages of a site that will be stored in a database (http://domain/about_us/history).  I don&#039;t want to create controllers for all these things or hard code additional routes.  I was hoping to detect these pages in a preDispatch function so I could redirect to a page controller that I would create.  Maybe I am missing something.  Do you have any suggestions on how to do this?</description>
		<content:encoded><![CDATA[<p>Maybe you could help me with a thought I am trying to work out.  I am trying to create really clean URLs for pages of a site that will be stored in a database (<a href="http://domain/about_us/history" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/domain/about_us/history?referer=');">http://domain/about_us/history</a>).  I don&#8217;t want to create controllers for all these things or hard code additional routes.  I was hoping to detect these pages in a preDispatch function so I could redirect to a page controller that I would create.  Maybe I am missing something.  Do you have any suggestions on how to do this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jürgen Mutwalek</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-19016</link>
		<dc:creator>Jürgen Mutwalek</dc:creator>
		<pubDate>Thu, 22 May 2008 09:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-19016</guid>
		<description>Thank you are lot, now unterstanding the routing process I can try the more complex routing process with specified routes.

What&#039;s about writing a tutorial about Zend_Form, I couldn&#039;t find one in the web ?

thank you very much</description>
		<content:encoded><![CDATA[<p>Thank you are lot, now unterstanding the routing process I can try the more complex routing process with specified routes.</p>
<p>What&#8217;s about writing a tutorial about Zend_Form, I couldn&#8217;t find one in the web ?</p>
<p>thank you very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-773</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Sat, 30 Jun 2007 18:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-773</guid>
		<description>Wow, you are awesome (and Dutch - yay!). I was reading through your other posts (great blog btw) and I just read &lt;a href=&quot;http://naneau.nl/2007/04/26/a-zend-framework-tutorial-part-three/&quot; rel=&quot;nofollow&quot;&gt;the third part of your ZF tutorial&lt;/a&gt;. It explains everything. Then /me thinks I&#039;d post it here so you don&#039;t have to bother replying and then you&#039;ve already replied! You just made my day :D</description>
		<content:encoded><![CDATA[<p>Wow, you are awesome (and Dutch &#8211; yay!). I was reading through your other posts (great blog btw) and I just read <a href="http://naneau.nl/2007/04/26/a-zend-framework-tutorial-part-three/" rel="nofollow">the third part of your ZF tutorial</a>. It explains everything. Then /me thinks I&#8217;d post it here so you don&#8217;t have to bother replying and then you&#8217;ve already replied! You just made my day <img src='http://naneau.nl/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naneau</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-771</link>
		<dc:creator>Naneau</dc:creator>
		<pubDate>Sat, 30 Jun 2007 18:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-771</guid>
		<description>Ah... you&#039;re talking about  more complex routes here. I assume you are able to write controllers/actions for both the regular page and the feed? If so, what you can do to achieve such a thing is use the rewrite router and set up routes. You can add a custom route for both /news/all, and /news/all/feed/. Read more about the rewrite router here: http://framework.zend.com/manual/en/zend.controller.router.html</description>
		<content:encoded><![CDATA[<p>Ah&#8230; you&#8217;re talking about  more complex routes here. I assume you are able to write controllers/actions for both the regular page and the feed? If so, what you can do to achieve such a thing is use the rewrite router and set up routes. You can add a custom route for both /news/all, and /news/all/feed/. Read more about the rewrite router here: <a href="http://framework.zend.com/manual/en/zend.controller.router.html" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/framework.zend.com/manual/en/zend.controller.router.html?referer=');">http://framework.zend.com/manual/en/zend.controller.router.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://naneau.nl/2007/05/11/the-zend-framework-routing-process/comment-page-1/#comment-770</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Sat, 30 Jun 2007 18:21:46 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/05/11/the-zend-framework-routing-process/#comment-770</guid>
		<description>But what if I had, say, http://mysite.com/news/all/ and I wanted to display a feed at http://mysite.com/news/all/feed/ , how would I go about doing that?</description>
		<content:encoded><![CDATA[<p>But what if I had, say, <a href="http://mysite.com/news/all/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/mysite.com/news/all/?referer=');">http://mysite.com/news/all/</a> and I wanted to display a feed at <a href="http://mysite.com/news/all/feed/" rel="nofollow" onclick="pageTracker._trackPageview('/outgoing/mysite.com/news/all/feed/?referer=');">http://mysite.com/news/all/feed/</a> , how would I go about doing that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
