Yaf_Route_Map::assembleAssemble a url Description
public string Yaf_Route_Map::assemble(array
$info , array $query = ?)Assemble a url. Parameters
Return Values
Returns string on success or Errors/ExceptionsMay throw Yaf_Exception_TypeError. ExamplesExample #1 Yaf_Route_Map::assembleexample
The above example will output something similar to: string(%d) "/foo/bar?tkey1=tval1&tkey2=tval2" string(%d) "/foo/bar/_/tkey1/tval1/tkey2/tval2" |