API17:JModel::addIncludePath
From Joomla! Documentation
JModel::addIncludePath
Description
Add a directory where should search for models.
public static function addIncludePath (
$path= ''
$prefix= ''
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | |||
| $prefix |
- Returns
- Defined on line 73 of libraries/joomla/application/component/model.php
- Referenced by
See also
JModel::addIncludePath source code on BitBucket
Class JModel
Subpackage Application- Other versions of JModel::addIncludePath
User contributed notes
Code Examples