JView::loadHelper
From Joomla! Documentation
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.
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
Referenced by[edit]
See also[edit]
Template:SeeAlso:JView::loadHelper
Examples[edit]
<CodeExamplesForm />