Joomla! 1.5 API

Packages

Package: Joomla-Framework

License

Content on this site is copyright © 2005 - 2011 Open Source Matters Inc and can be used in accordance with the Joomla! Electronic Documentation License. Some parts of this website may be subject to other licenses.

 Class JRoute

Description

Route handling class

  • since: 1.5

Located in /joomla/methods.php (line 24)

Class JRoute
Method Summary
Method The _ (string $url, [boolean $xhtml = true], [int $ssl = null])
Methods
_ (line 38)

Translates an internal Joomla URL to a humanly readible URL.

  • return: translated humanly readible URL
  • access: public
The _ (string $url, [boolean $xhtml = true], [int $ssl = null])
  • string $url: Absolute or Relative URI to Joomla resource
  • boolean $xhtml: Replace & by & for xml compilance
  • int $ssl: Secure state for the resolved URI 1: Make URI secure using global secure site URI 0: Leave URI in the same secure state as it was passed to the function -1: Make URI unsecure using the global unsecure site URI
Support Joomla!