function wafPrintRelURL($URLFragment)
$URLFragment is the relative URL fragment for which you want to construct a link. This is relative to the waf root. This function is useful for linking to files within the waf root that are not part of the waf framework, such as supporting images.

print()'s a string that is a fully qualified URL, suitable for links, forms and anything else.

Does not verify that the URL specified is valid in any way.

Related

This page last updated: Mon Feb 25 22:04:22 2013 (GMT)