|
@@ -11,6 +11,9 @@ Features:
|
|
|
- Can be nested with other behaviors
|
|
|
- Annotation, Yaml and Xml mapping support for extensions
|
|
|
|
|
|
+[blog_reference]: http://gediminasm.org/article/tree-nestedset-behavior-extension-for-doctrine-2 "Tree - Nestedset or Closure extension for Doctrine 2 makes tree implementation on entities"
|
|
|
+[blog_test]: http://gediminasm.org/test "Test extensions on this blog"
|
|
|
+
|
|
|
Content:
|
|
|
|
|
|
- [Including](#including-extension) the extension
|
|
@@ -204,4 +207,4 @@ $art = $repo->findOneBy(array('title' => 'My Article'));
|
|
|
$this->assertTrue(is_object($art));
|
|
|
```
|
|
|
|
|
|
-Easy like that, any suggestions on improvements are very welcome.
|
|
|
+Easy like that, any suggestions on improvements are very welcome.
|