API17:JTableNested::rebuild
From Joomla! Documentation
JTableNested::rebuild
Description
Method to recursively rebuild the whole nested set tree.
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 1274 of libraries/joomla/database/tablenested.php
- Since

See also
JTableNested::rebuild source code on BitBucket
Class JTableNested
Subpackage Database- Other versions of JTableNested::rebuild
User contributed notes
Code Examples