* // insert a new element under the parent with the ID=7 * $tree->add(array('name'=>'new element name'), 7); *
* // insert a new element after the element with the ID=5 * $tree->add(array('name'=>'new'), 0, 5); *