JTableNested::rebuild/1.6
From Joomla! Documentation
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

See also
JTableNested source code on JoomlaCode
Class JTableNested
Subpackage Database- Other versions of JTableNested::rebuild
SeeAlso:JTableNested::rebuild [Edit See Also]