I had the same problem. My solution was to parse the URL myself and
following by routing this parameters myself.

This is not the best solution, but it works ;)


I'm interested to solve this problem in a cleaner way, too.


-----Ursprüngliche Nachricht-----
Von: php [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 2. März 2007 05:49
An: Zend Framework General
Betreff: [fw-general] subclassing router, controller...???

I am trying to make a app that has an arbitrary number of categories, I 
want the categories to be represented in the url like:
http://www.example.org/category/cat1/cat2/cat3/cat4
in heirarchal order.

So I would like to make a router that would point to the category 
Controller, index action by default. _getParam() would return the array 
of the rest of the url.

Is there a way I can do this? Any Ideas where I could get started?

Chad ^_^

Reply via email to