(Yaf >=1.0.0)
Yaf_Route_Static is the default route of
Yaf_Router: it parses the URI path as
/module/controller/action segments and is designed
to handle most routing needs out of the box.
Note:
It is unnecessary to instantiate a Yaf_Route_Static, or to add it to the route stack of Yaf_Router: there is always one present in the stack, and it is always tried last.