JURI::current/1.5
From Joomla! Documentation
< JURI::current(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 4: | Line 4: | ||
Returns the URL for the request, minus the query. | Returns the URL for the request, minus the query. | ||
| + | {{Description:JURI::current}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[Description:JURI | + | <nowiki>[</nowiki>[[Description:JURI::current|Edit Descripton]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public function current () |
</source> | </source> | ||
| − | + | * '''Returns''' string | |
| − | string | + | * '''Defined''' on line 297 of libraries/joomla/environment/uri.php |
| − | + | * '''Since''' {{JVer|1.5 }} | |
| − | libraries/joomla/environment/uri.php | + | |
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JURI::current''' on [http://api.joomla.org/Joomla-Framework/Environment/JURI.html#current api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JURI source code''' on [[jframework15:environment/uri.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Class [[JURI/1.5|JURI]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage_Environment/1.5|Environment]] | ||
| + | * [[JURI::current|Other versions of JURI::current]] | ||
| + | {{SeeAlso:JURI::current}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
| − | <nowiki>[</nowiki>[[SeeAlso:JURI | + | <nowiki>[</nowiki>[[SeeAlso:JURI::current|Edit See Also]]<nowiki>]</nowiki> |
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 32: | Line 30: | ||
category=JURI::current | category=JURI::current | ||
category=CodeExample | category=CodeExample | ||
| − | category= | + | category=MethodExample |
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JURI]][[Category:JURI::current]]</noinclude> | <noinclude>[[Category:JURI]][[Category:JURI::current]]</noinclude> | ||
Revision as of 20:32, 25 April 2011
JURI::current
Description
Returns the URL for the request, minus the query.
Description:JURI::current [Edit Descripton]
public function current ()
See also
-
JURI::current on api.joomla.org
-
JURI source code on JoomlaCode
-
Class JURI
-
Subpackage Environment
- Other versions of JURI::current
SeeAlso:JURI::current [Edit See Also]
User contributed notes
<CodeExamplesForm />