[ Index ]

PHP Cross Reference of Limb3

title

Body

[close]

/tree/src/ -> lmbMPTree.class.php (summary)

(no description)

File Size: 570 lines (16 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

lmbMPTree:: (32 methods):
  __construct()
  _mapColumns()
  initTree()
  getRootNode()
  setNodeTable()
  getNodeTable()
  _getSelectFields()
  _processUserValues()
  getParents()
  getParent()
  getSiblings()
  getChildren()
  getChildrenAll()
  countChildren()
  countChildrenAll()
  getNode()
  getNodeByPath()
  getPathToNode()
  getNodesByIds()
  isNode()
  updateNode()
  _getNextNodeInsertId()
  _dbConcat()
  _dbSubstr()
  _dbIn()
  _createRootNode()
  _ensureNode()
  _ensureUniqueSiblingIdentifier()
  createNode()
  deleteNode()
  deleteAll()
  moveNode()


Class: lmbMPTree  - X-Ref

class lmbMPTree.

__construct($node_table = 'mp_tree', $conn = null, $column_map = array('id' => 'id', 'parent_id' => 'parent_id', 'level' => 'level', 'identifier' => 'identifier', 'path' => 'path')   X-Ref
No description

_mapColumns($column_map)   X-Ref
No description

initTree()   X-Ref
No description

getRootNode()   X-Ref
No description

setNodeTable($table_name)   X-Ref
No description

getNodeTable()   X-Ref
No description

_getSelectFields()   X-Ref
No description

_processUserValues($values)   X-Ref
No description

getParents($node)   X-Ref
No description

getParent($node)   X-Ref
No description

getSiblings($node)   X-Ref
No description

getChildren($node, $depth = 1)   X-Ref
No description

getChildrenAll($node)   X-Ref
No description

countChildren($node, $depth = 1)   X-Ref
No description

countChildrenAll($node)   X-Ref
No description

getNode($node)   X-Ref
No description

getNodeByPath($path)   X-Ref
No description

getPathToNode($node)   X-Ref
No description

getNodesByIds($ids)   X-Ref
No description

isNode($node)   X-Ref
No description

updateNode($node, $user_values, $internal = false)   X-Ref
No description

_getNextNodeInsertId()   X-Ref
No description

_dbConcat($values)   X-Ref
No description

_dbSubstr($string, $offset, $limit=null)   X-Ref
No description

_dbIn($column_name, $values)   X-Ref
No description

_createRootNode()   X-Ref
No description

_ensureNode($node)   X-Ref
No description

_ensureUniqueSiblingIdentifier($identifier, $parent_id)   X-Ref
No description

createNode($parent, $user_values)   X-Ref
No description

deleteNode($node)   X-Ref
No description

deleteAll()   X-Ref
No description

moveNode($source, $target)   X-Ref
No description



Generated: Sat Sep 6 04:46:52 2008 Cross-referenced by PHPXref 0.7