<?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: Playing with Zend_Navigation and routes</title>
	<atom:link href="http://robertbasic.com/blog/playing-with-zend_navigation-and-routes/feed/" rel="self" type="application/rss+xml" />
	<link>http://robertbasic.com/blog/playing-with-zend_navigation-and-routes/</link>
	<description>the magic of coding...</description>
	<lastBuildDate>Sun, 08 Jan 2012 19:22:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lode</title>
		<link>http://robertbasic.com/blog/playing-with-zend_navigation-and-routes/#comment-3270</link>
		<dc:creator>Lode</dc:creator>
		<pubDate>Fri, 28 Aug 2009 12:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://robertbasic.com/blog/?p=762#comment-3270</guid>
		<description>Negating in a regex is much more easy..

(?(?=^index$&#124;^foo$)&#124;([a-z0-9-_.]+))
should be
(?(?!index&#124;foo)([\w-]+))</description>
		<content:encoded><![CDATA[<p>Negating in a regex is much more easy..</p>
<p>(?(?=^index$|^foo$)|([a-z0-9-_.]+))<br />
should be<br />
(?(?!index|foo)([\w-]+))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://robertbasic.com/blog/playing-with-zend_navigation-and-routes/#comment-3258</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Mon, 17 Aug 2009 06:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://robertbasic.com/blog/?p=762#comment-3258</guid>
		<description>I&#039;ll have a look at it during the day and let you know :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll have a look at it during the day and let you know :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Morgan</title>
		<link>http://robertbasic.com/blog/playing-with-zend_navigation-and-routes/#comment-3257</link>
		<dc:creator>Rob Morgan</dc:creator>
		<pubDate>Mon, 17 Aug 2009 06:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://robertbasic.com/blog/?p=762#comment-3257</guid>
		<description>Hi Robert,

Thankyou for writing such a useful article. I found it got me on the right path for the CMS I am developing. One extra thing you may be able to help me with though is supporting page slugs with a forward-slash (/) character in them. I&#039;m adding a forward slash character to your regex route:

&#039;(?(?=^index$&#124;^admin$)&#124;([a-z0-9-_./]+))&#039;

but then this breaks my admin module as all routes in the form of &#039;/abc/xyz&#039; now route to my pages controller.

Any ideas?

Cheers,

Rob</description>
		<content:encoded><![CDATA[<p>Hi Robert,</p>
<p>Thankyou for writing such a useful article. I found it got me on the right path for the CMS I am developing. One extra thing you may be able to help me with though is supporting page slugs with a forward-slash (/) character in them. I&#8217;m adding a forward slash character to your regex route:</p>
<p>&#8216;(?(?=^index$|^admin$)|([a-z0-9-_./]+))&#8217;</p>
<p>but then this breaks my admin module as all routes in the form of &#8216;/abc/xyz&#8217; now route to my pages controller.</p>
<p>Any ideas?</p>
<p>Cheers,</p>
<p>Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Basic&#8217;s Blog: Playing with Zend_Navigation and routes &#124; PHP</title>
		<link>http://robertbasic.com/blog/playing-with-zend_navigation-and-routes/#comment-3245</link>
		<dc:creator>Robert Basic&#8217;s Blog: Playing with Zend_Navigation and routes &#124; PHP</dc:creator>
		<pubDate>Mon, 10 Aug 2009 16:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://robertbasic.com/blog/?p=762#comment-3245</guid>
		<description>[...] this new post to his blog Robert Basic looks at the Zend_Navigation component of the Zend Framework and how it [...]</description>
		<content:encoded><![CDATA[<p>[...] this new post to his blog Robert Basic looks at the Zend_Navigation component of the Zend Framework and how it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

