(Yaf >=1.0.0)
Yaf_Route_Rewrite is a built-in route that maps
a fixed path pattern to a module, controller and action. The pattern
may contain named placeholders (:name, whose value
is set as a request parameter) and a trailing *
wildcard that captures the remaining segments as key/value pairs.
For usage, please see the example section of Yaf_Route_Rewrite::__construct().