PHP » GoLang |
login |
register |
about
|
GoLang Yaf_Route_Supervar::__construct
request it (348)
GoLang replacement for PHP's Yaf_Route_Supervar::__construct
[edit | history]
PHP Yaf_Route_Supervar::__constructPHP original manual for Yaf_Route_Supervar::__construct [ show | php.net ]Yaf_Route_Supervar::__construct(Yaf >=1.0.0) Yaf_Route_Supervar::__construct — The __construct purpose Description
public Yaf_Route_Supervar::__construct
( string
$supervar_name
)Yaf_Route_Supervar is similar with Yaf_Route_Static, the difference is Yaf_Route_Supervar will look for path info in query string, and the parameter supervar_name is the key. Parameters
Return Values
ExamplesExample #1 Yaf_Route_Supervar()example
<?php The above example will output something similar to: /** for request: http://yourdomain.com/xx/oo/?r=/ctr/act/var/value * will result in following: */ array ( "module" => index(default), "controller" => ctr, "action" => act, "params" => array( "var" => value, ) ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|