> public function fetchSubtree( $id, $searchMethod = ezcTree::DEPTH_FIRST );
>     Returns the node with ID $id and all it's children, the order depends
> on the search method. See "Sorting_" for more information on the supported
> algorithms.
I think we should avoid hard coding the $searchMethods in ezcTree as it makes 
it cumbersome to add new algorithms.

Tree modification methods:
- Does it make sense to add a method to swap a node? E.g so you can replace 
the root node?

Other than that.. things are looking good!

Cheers,
Frederik

-- 
Components mailing list
[email protected]
http://lists.ez.no/mailman/listinfo/components

Reply via email to