API17:JModel::addTablePath
From Joomla! Documentation
JModel::addTablePath
Description
Adds to the stack of model table paths in LIFO order.
public static function addTablePath ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | array | The directory (-ies) to add. |
See also
JModel::addTablePath source code on BitBucket
Class JModel
Subpackage Application- Other versions of JModel::addTablePath
User contributed notes
Code Examples