コード例 #1
0
ファイル: model.php プロジェクト: ziyou-liu/1line
 /**
  * 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);
 }