API17

Difference between revisions of "JModel::addIncludePath"

From Joomla! Documentation

(Layout updates)
(Updated to r1448:247ba8d88526)
Line 8: Line 8:
 
<nowiki>[</nowiki>[[Description:JModel::addIncludePath|Edit Descripton]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[Description:JModel::addIncludePath|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
</span>
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public static JModel::addIncludePath ($path= '', $prefix= '')
+
public static function addIncludePath (
 +
        $path= ''
 +
        $prefix= ''
 +
)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 30: Line 32:
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns'''
 
+
* '''Defined''' on line 73 of libraries/joomla/application/component/model.php
===Defined in===
+
* '''Referenced by'''
libraries/joomla/application/component/model.php (line 73)
+
** [[JController::addModelPath/11.1|JController::addModelPath]]
* see source code in [[jplatform:application/component/model.php#cl-73|BitBucket]]
+
** [[getInstance/11.1|getInstance]]
===Referenced by===
 
* [[JController::addModelPath/11.1|JController::addModelPath]]
 
* [[getInstance/11.1|getInstance]]
 
 
===See also===
 
===See also===
 +
* {{JVer|11.1}} '''JModel::addIncludePath source code''' on [[jplatform:application/component/model.php#cl-65|BitBucket]]
 +
* {{JVer|11.1}} Class [[JModel/11.1|JModel]]
 +
* {{JVer|11.1}} Subpackage [[Subpackage_Application/11.1|Application]]
 +
* [[JModel::addIncludePath|Other versions of JModel::addIncludePath]]
 +
{{SeeAlso:JModel::addIncludePath}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JModel::addIncludePath|Edit See Also]]<nowiki>]</nowiki>
 
<nowiki>[</nowiki>[[SeeAlso:JModel::addIncludePath|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
</span>
* [[JModel/11.1|JModel]]
+
===User contributed notes===
* [[JModel::addIncludePath|Other versions of this method]]
 
{{SeeAlso:JModel::addIncludePath}}
 
===Examples===
 
 
<CodeExamplesForm />
 
<CodeExamplesForm />
 
<dpl>
 
<dpl>
Line 53: Line 54:
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
 
<noinclude>[[Category:JModel]][[Category:JModel::addIncludePath]]</noinclude>
 
<noinclude>[[Category:JModel]][[Category:JModel::addIncludePath]]</noinclude>

Revision as of 21:22, 27 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 JModel::addIncludePath[edit]

Description[edit]

Add a directory where should search for models.

Template:Description:JModel::addIncludePath [Edit Descripton]

public static function addIncludePath (
        $path= ''
        $prefix= ''
)
Parameter Type Default Description
$path
$prefix

See also[edit]

Template:SeeAlso:JModel::addIncludePath [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />