JController::addModelPath/1.5
From Joomla! Documentation
JController::addModelPath
Description
Adds to the stack of model paths in LIFO order.
Description:JController::addModelPath [Edit Descripton]
public function addModelPath ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | array | The directory (string), or list of directories (array) to add. |
- Returns void
- Defined on line 380 of libraries/joomla/application/component/controller.php
See also
-
JController::addModelPath on api.joomla.org
-
JController source code on JoomlaCode
-
Class JController
-
Subpackage Application
- Other versions of JController::addModelPath
SeeAlso:JController::addModelPath [Edit See Also]
User contributed notes
<CodeExamplesForm />