Re: [fw-general] Need some help with Zend Route

2009-04-02 Thread Chris MacPherson
I think one other solution to this would be to add some custom routes to your router. Remember when you add these that they are processed in LIFO order. This caught me out previously. $front = Zend_Controller_Front::getInstance(); $router = $front->getRouter(); |$router->addRoute('|catalog',

Re: [fw-general] Need some help with Zend Route

2009-03-27 Thread Eduard Bareev
I am newbie too, and i think if i write some wrong advice, a more skilled zf'ers can correct me. I think one of the way to realize this friendly URLs as you want is to create custom router. This can be done by implementing Zend_Controller_Router_Route_Interface. Shortly, in general it consist of

[fw-general] Need some help with Zend Route

2009-03-26 Thread Irmantas
Hi, my English is not very good so I excuse for my mistakes. I whant to have links like this: /catalog/[audi]/[rs8]/[2006]/page/3 [audi] [rs8] and [2006] are optional parametrs so my links should work if I access them like this: /catalog/page/23 /catalog/audi/page/21 /catalog/audi/rs8/ /catalog/