(Yaf >=1.0.0)
Yaf_Route_Rewrite constructor
public Yaf_Route_Rewrite::__construct ( string $match, array $route [, array $verify ] )
Parameters:
match
A pattern, will be used to match a request uri, if it doesn't match, Yaf_Route_Rewrite will return FALSE.
You can use :name style to name segments matched, and use * to match the rest of the URL segments.