×
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.
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 module, what key is ...
Returns string on success or null on failure. Examples ¶. Example #1 Yaf_Route_Regex::assemble()example. <?php
Missing: class. | Show results with:class.
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()) ...
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.
Route a incoming request. ... This function is currently not documented; only its argument list is available. Parameters ¶. request. Return Values ¶.
Missing: url class.
A complete Regex pattern, will be used to match a request uri, if doesn't matched, Yaf_Route_Regex will return false . route. When the match pattern ...
Missing: class. | Show results with:class.
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 ...
The Yaf_Route_Supervar class ¶. (Yaf >=1.0.0). Introduction ¶. Class synopsis ¶. class Yaf_Route_Supervar implements Yaf_Route_Interface {. /* Properties */.
The Yaf_Route_Rewrite class ¶. (Yaf >=1.0.0). Introduction ¶. For usage, please see the example section of Yaf_Route_Rewrite::__construct(). Class synopsis ¶.