DB_NestedSet::createRootNode() --
Creates a new root node. If no id is specified then it is either added to
the beginning/end of the tree based on the $pos.
DB_NestedSet::getSiblings() --
Fetch all siblings of the node given by id Important: The node given by ID
will also be returned Do a unset($array[$id]) on the result if you
don't want that