×
Introduction ¶. Defaultly, Yaf_Router only have a Yaf_Route_Static as its default route. And Yaf_Route_Static is designed to handle the 80% requirement.
This function is currently not documented; only its argument list is available. Parameters ¶. request. Return Values ¶. always be true ...
Missing: url class.
Introduction ¶. Yaf_Route_Simple will match the query string, and find the route info. all you need to do is tell Yaf_Route_Simple what key in the $_GET is ...
Yaf_Route_Map is a built-in route, it simply convert a URI endpoint (that part of the URI which comes after the base URI: see Yaf_Request_Abstract::setBaseUri()) ...
Assemble a url. Parameters ¶. info: query. Return Values ¶. Returns a ... $router->addRoute("static", $route); var_dump ... Other PHP.net sites · Privacy policy. To ...
Missing: class. | Show results with:class.
The Yaf_Route_Supervar class ¶. (Yaf >=1.0.0). Introduction ¶. Class synopsis ¶. class Yaf_Route_Supervar implements Yaf_Route_Interface {. /* Properties */.
Yaf_Route_Regex is the most flexible route among the Yaf built-in routes. Class synopsis ¶ ... — Assemble a url ... Other PHP.net sites · Privacy policy. To Top.
Introduction ¶. Yaf_Router is the standard framework router. Routing is the process of taking a URI endpoint (that part of the URI which comes after the ...
Yaf_Route_Rewrite::assemble — Assemble a url; Yaf_Route_Rewrite::__construct — Yaf_Route_Rewrite constructor; Yaf_Route_Rewrite::route — The route purpose ...
Tip. This page describes the use of the static keyword to define static methods and properties. static can also be used to define static variables, ...
Missing: yaf- route-