JControllerLegacy::addModelPath
Adds to the stack of model paths in LIFO order.
Signature
public function addModelPath(mixed
$path,
[string
$prefix = ''] )
Parameters
-
$path
- The directory (string), or list of directories (array) to add.
-
$prefix
- A prefix for models
Returns
- void