From 549904224a91405100618797aa4e35bf174c6ac3 Mon Sep 17 00:00:00 2001 From: joesimms Date: Mon, 15 Jan 2007 13:45:10 +0000 Subject: [PATCH] joesimms: fixed link to tree traversal information in docs --- ...chical data - Introduction - Traversing or Walking Trees.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/docs/Hierarchical data - Introduction - Traversing or Walking Trees.php b/manual/docs/Hierarchical data - Introduction - Traversing or Walking Trees.php index dba521edd..046a3c6f6 100644 --- a/manual/docs/Hierarchical data - Introduction - Traversing or Walking Trees.php +++ b/manual/docs/Hierarchical data - Introduction - Traversing or Walking Trees.php @@ -1,3 +1,3 @@ -

You can traverse a Tree in different ways, please see here for more information http://en.wikipedia.org/wiki/Tree_traversal.

+

You can traverse a Tree in different ways, please see here for more information http://en.wikipedia.org/wiki/Tree_traversal.

The most common way of traversing a tree is Pre Order Traversal as explained in the link above, this is also what is known as walking the tree, this is the default approach when traversing a tree in Doctrine, however Doctrine does plan to provide support for Post and Level Order Traversal (not currently implemented)

\ No newline at end of file