JRoute/1.5
From Joomla! Documentation
< JRoute(Difference between revisions)
(Layout updates) |
m (→See also: fixing link to API) |
||
| Line 22: | Line 22: | ||
<source lang="php">jimport( 'joomla.methods' );</source> | <source lang="php">jimport( 'joomla.methods' );</source> | ||
===See also=== | ===See also=== | ||
| − | * {{JVer|1.5}} '''JRoute''' on [http://api.joomla.org/Joomla-Framework/JRoute.html api.joomla.org] | + | * {{JVer|1.5}} '''JRoute''' on [http://api.joomla.org/1.5/Joomla-Framework/JRoute.html api.joomla.org] |
* {{JVer|1.5}} '''JRoute source code''' on [[jframework15:methods.php|JoomlaCode]] | * {{JVer|1.5}} '''JRoute source code''' on [[jframework15:methods.php|JoomlaCode]] | ||
* [[JRoute|Other versions of JRoute]] | * [[JRoute|Other versions of JRoute]] | ||
Latest revision as of 16:05, 13 February 2013
[edit]
JRoute
[edit] Description
Description:JRoute [Edit Descripton]
[edit] Methods
| Visibility | Method name | Description |
|---|---|---|
| public | _ | Translates an internal URL to a humanly readible URL. |
- Defined in libraries/joomla/methods.php
[edit] Importing
jimport( 'joomla.methods' );
[edit] See also
-
JRoute on api.joomla.org
-
JRoute source code on JoomlaCode
- Other versions of JRoute
SeeAlso:JRoute [Edit See Also]
[edit] User contributed notes
<CodeExamplesForm />