Yaf_Route_Supervar::assembleAssemble a url Description
public string Yaf_Route_Supervar::assemble
( array
$info
[, array $query
] )Assemble a url. Parameters
ExamplesExample #1 Yaf_Route_Supervar::assembleexample
<?php The above example will output something similar to: string(%d) "?r=/yafmodule/yafcontroller/yafaction&tkey1=tval1&tkey2=tval2" string(%d) "You need to specify the controller by ':c'" Return Values
|