Maybe I have to change the question a bit; Can I add routes that route URL's
that have a # in them. So that a url like:

/#/photo/index/dogs/32
 
is translated to:

controller = PhotoController
action      = index
category  = dogs
id            = 32

And how would I write such a route in my Bootstrap?

-- 
View this message in context: 
http://n4.nabble.com/Custom-routing-on-default-module-controllers-tp1582870p1583672.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to