<route pattern="^/({module:[a-Z]?})/({action:[a-Z]})$"
module="$module" action="$action" />
but that stuff is case sensitive etc etc; usually not the best idea to
do things this way (unless you use it for development or something)
david
Am 13.07.2008 um 15:41 schrieb Whisller:
> Hi guys,
> I have do not wrote noting with Agavi from long time. But I wanna
> change it.
> And I have a question about routing definitions. How I can set route
> which will by dynamically get module and action name
> E.g.
> ^/({module:[a-Z]?})/({action:[a-Z]})$
> /myModule/myAction
>
> Best regards,
> Whisller.
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.agavi.org/mailman/listinfo/users
>
_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users