JRoute::_
Translates an internal Joomla URL to a humanly readible URL.
Signature
public function _(string
$url,
[boolean
$xhtml = true,
[integer
$ssl = null]] )
Parameters
-
$url
- Absolute or Relative URI to Joomla resource.
-
$xhtml
- Replace & by & for XML compilance.
-
$ssl
- Secure state for the resolved URI.
Returns
- The
- translated humanly readible URL.