Greetings

I haven't been able to figure out how to write a routing recipe that would
simply make

      anyModule/anyController/update/:id

be routed to

     anyModule/anyController/update/id/whatever

Likewise with my view action. In other words,
anyModule/anyController/(view|update)/:id. And I would like to put this in a
config. So far  I've only been able to get this to work by writing on a
one-by-one basis things like

eventUpdate.route = admin/events/update/:id
eventUpdate.defaults.module = admin
eventUpdate.defaults.controller = events
eventUpdate.defaults.action = update

Surely, it's so simple and obvious I can't figure it out. Any help, deeply
appreciated.


-- 
David Mintz
http://davidmintz.org/

The subtle source is clear and bright
The tributary streams flow through the darkness

Reply via email to