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 the
subpage level.

So I can't use
Zend_Controller_Router_Router(':language/:module/:page/:subpage/:subsubpage/...')
because this requires to limit the subpage level.
Do I have to Route the URL manually?

Has anyone a better way to route for a cms?

Do I have to include the controller and the action in the URL, too?



Thanks!
Matthias
-- 
View this message in context: 
http://www.nabble.com/Router-for-CMS-tp22324969p22324969.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to