From f89646eabed947249d18d894a5f450f94293b3fc Mon Sep 17 00:00:00 2001 From: Benjamin Eberlei Date: Sun, 1 Aug 2010 17:02:27 +0200 Subject: [PATCH] Added note about NestedSet to limitations section --- manual/en/limitations-and-known-issues.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manual/en/limitations-and-known-issues.txt b/manual/en/limitations-and-known-issues.txt index d39b17663..81fd37c69 100644 --- a/manual/en/limitations-and-known-issues.txt +++ b/manual/en/limitations-and-known-issues.txt @@ -167,6 +167,14 @@ to evaluate a feature that optionally persists and hydrates the keys of a Collec [Ticket DDC-213](http://www.doctrine-project.org/jira/browse/DDC-213) ++++ Nested Set + +NestedSet was offered as a behavior in Doctrine 1 and will not be included in the core of Doctrine 2. However there +are already two extensions out there that offer support for Nested Set with Doctrine 2: + +* [Doctrine2 Hierachical-Structural Behavior](http://github.com/guilhermeblanco/Doctrine2-Hierarchical-Structural-Behavior) +* [Doctrine2 NestedSet](http://github.com/blt04/doctrine2-nestedset) + ++ Known Issues The Known Issues section describes critical/blocker bugs and other issues that are either complicated to fix,