Пример #1
0
 /**
  * Adds to the stack of model table paths in LIFO order.
  *
  * @param   mixed  $path  The directory as a string or directories as an array to add.
  *
  * @return  void
  *
  * @since   12.2
  */
 public static function addTablePath($path)
 {
     FOFTable::addIncludePath($path);
 }