API17

Difference between revisions of "JView::loadHelper"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JView->loadHelper ($hlp=null)
+
public JView::loadHelper ($hlp=null)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 28: Line 28:
 
boolean Returns true if the file was loaded
 
boolean Returns true if the file was loaded
 
===Defined in===
 
===Defined in===
libraries/joomla/application/component/view.php
+
libraries/joomla/application/component/view.php (line 628)
 +
* see source code in [[jplatform:application/component/view.php#cl-628|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 21:33, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JView::loadHelper[edit]

Description[edit]

Load a helper file.

Template:Description:JView::loadHelper [Edit Descripton]

Synopsis[edit]

public JView::loadHelper ($hlp=null)
Parameter Type Default Description
$hlp string null The name of the helper source file ... automatically searches the helper paths and compiles as needed.

Returns[edit]

boolean Returns true if the file was loaded

Defined in[edit]

libraries/joomla/application/component/view.php (line 628)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JView::loadHelper

Examples[edit]

<CodeExamplesForm />