Yaf_Route_Supervar::assembleAssemble a url Description
public string Yaf_Route_Supervar::assemble(array
$info , array $query = ?)Assemble a url. Parameters
Return ValuesReturns a string. Errors/Exceptions
Throws Yaf_Exception_TypeError if ExamplesExample #1 Yaf_Route_Supervar::assemble example
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'" |