コード例 #1
0
 /**
  * Adds to the stack of model paths in LIFO order.
  *
  * @param   mixed   $path    The directory (string) , or list of directories (array) to add.
  * @param   string  $prefix  A prefix for models
  *
  * @return  void
  */
 public static function addModelPath($path, $prefix = '')
 {
     FOFModel::addIncludePath($path, $prefix);
 }