API17

API17:JModel::addTablePath

From Joomla! Documentation

Joomla 11.1 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.
  • Returns void
  • Defined on line 112 of libraries/joomla/application/component/model.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples