On 4 Mar 2009, at 07:28, Matthias W. wrote:
Hi, I'm going to create a CMS in PHP with the Zend Framework. I thought to make URLs like this:http://www.xyz.com/[cms_path]/[language]/[module]/[page]/[subpage]/ [subsubpage]/...This is because I dont want to use the page Ids in the URLs.Now the question is how to route this, because I don't want to limit thesubpage level.
I wrote my own router that implements Zend_Controller_Router_Route_Interface.
Regards, Rob...
