DB_NestedSet | DB_Pager |
DB_NestedSet | |
PEAR Manual | |
require_once 'DB/NestedSet.php'; |
bool
DB_NestedSet::updateNode
(
int
$id
,
array
$values
,
$_internal = FALSE
,
bool
$_intermal
)
This package is not documented yet.
Node ID
Hash with param => value pairs of the node (see $this->params)
Internal use only.
Internal use only. Used to skip value validation. Leave this as it is.
returns True if the update is successful
throws no exceptions thrown
This function can not be called statically.
Update nodes
|
DB_NestedSet | DB_Pager |
DB_NestedSet | |
PEAR Manual | |