JTableNested::rebuild/1.6

From Joomla! Documentation

Jump to: navigation, search

Joomla 1.6 JTableNested::rebuild

Description

Method to recursively rebuild the whole nested set tree.

Description:JTableNested::rebuild [Edit Descripton]

public function rebuild (
        $parentId=null
        $leftId=0
        $level=0
        $path= ''
)
Parameter Type Default Description
$parentId integer null The root of the tree to rebuild.
$leftId integer 0 The left id to start with in building the tree.
$level integer 0 The level to assign to the current nodes.
$path string The path to the current nodes.
  • Returns integer 1 + value of root rgt on success, false on failure
  • Defined on line 1236 of libraries/joomla/database/tablenested.php
  • Since Joomla 1.6

See also

SeeAlso:JTableNested::rebuild [Edit See Also]

User contributed notes


Personal tools