DB_NestedSet::isParent | DB_NestedSet::pickNode |
DB_NestedSet | |
PEAR Manual | |
require_once 'DB/NestedSet.php'; |
int
DB_NestedSet::moveTree
(
int
$id
,
$targetid
,
constant
$pos
,
bool
$copy = FALSE
,
int
$target
)
This package is not documented yet.
Source ID
Target ID
Position (use one of the NESE_MOVE_* constants)
Shall we create a copy
Target ID
returns ID of the moved node or false on error
see _moveInsideLevel
see _moveRoot2Root
see _moveAcross
throws no exceptions thrown
This function can not be called statically.
Get SubBranch
|
DB_NestedSet::isParent | DB_NestedSet::pickNode |
DB_NestedSet | |
PEAR Manual | |