(Yaf >=1.0.0)
Yaf_Route_Supervar is a built-in route that
resolves the request target from a single GET parameter (the
supervar). The value of that parameter is parsed the same way as
PATH_INFO, so a request such as
/?r=/user/list maps to controller
user and action list when the
supervar name is r.