×
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 ...
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 ...
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.
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()) ...
People also ask
This function has no parameters. Return Values ¶. String, the name of the effective route. Examples ¶. Example #1 Register some ...
Missing: url | Show results with:url
Table of Contents ¶. Yaf_Route_Supervar::assemble — Assemble a url; Yaf_Route_Supervar::__construct — The __construct purpose; Yaf_Route_Supervar::route ...
The Yaf_Exception_RouterFailed class ¶. (Yaf >=1.0.0). Introduction ¶. Class synopsis ¶. class Yaf_Exception_RouterFailed extends Yaf_Exception {. /* Properties ...
Missing: url | Show results with:url
Yaf_Route_Regex is the most flexible route among the Yaf built-in routes. Class synopsis ¶. class Yaf_Route_Regex extends Yaf_Route_Interface ...
Table of Contents ¶. Yaf_Route_Rewrite::assemble — Assemble a url; Yaf_Route_Rewrite::__construct — Yaf_Route_Rewrite constructor; Yaf_Route_Rewrite::route ...
This function has no parameters. Return Values ¶. An Yaf_Config_Abstract instance, which should contains one or more valid route configs. Examples ¶.
Missing: url | Show results with:url