The Yaf_Route_Rewrite class
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.
Intro
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.
Class synopsis
Properties
_route_default_verify
Yaf-route-rewrite