spaceage wrote:

In thinking about this more (and having almost no familiarity with the
router at this point), I'm wondering if you can do a regex-type matching on
the url in the router, and prefix parameters with something (ie. the "::"
static notation might be a good choice...) that signals the end of the
controller/action inputs and the start of parameters.  This way, if you
prefix all params consistently, you're router instruction can set controller
and/or action to default as soon as it sees the presence of your prefix. Eg:

[URI]/viewer/::collection/photos/::item/38

You should probably take time to read the manual now.

--
Michał Minicki aka Martel Valgoerad | [EMAIL PROTECTED] | 
http://aie.pl/martel.asc
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Idleness is not doing nothing. Idleness is being free to do anything." --
Floyd Dell

Reply via email to