JRoute: Difference between revisions
From Joomla! Documentation
New page: <span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki>
</span>
{{Description:JRoute}}
===Defined in===
librari... |
No edit summary |
||
Line 6: | Line 6: | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/methods.php | libraries/joomla/methods.php | ||
===Methods=== | |||
{| class="wikitable sortable" | |||
|- | |||
!Method name | |||
!Description | |||
|- | |||
|[[API16:JRoute/_|_]] | |||
|Translates an internal Joomla URL to a humanly readible URL. | |||
|} | |||
===Importing=== | ===Importing=== |
Revision as of 10:18, 30 March 2010
[Edit Descripton] Template:Description:JRoute
Defined in
libraries/joomla/methods.php
Methods
Method name | Description |
---|---|
_ | Translates an internal Joomla URL to a humanly readible URL. |
Importing
jimport( 'joomla.methods' );
[Edit See Also] Template:SeeAlso:JRoute
Examples
<CodeExamplesForm />