spaceage <[EMAIL PROTECTED]> napisał(a):

> Is there any way around this, ie. a "magic" way to signal default/index
> for one or both of the controller/action designators and still pass in
> parameters in their place(s) without confusing the router?

You are most probably trying to achieve something like below route. I.e. to 
pass all requests to one controller and action and parse all the parameters 
as dynamic var-value pairs. And if so - yes, it's possible.

$route = new Z...C...R_Route(
    '*',
    array('controller' => 'default', 'action' => 'index')
)



-- 
Martel Valgoerad aka Michal Minicki | [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