Jelajahi Sumber

Added orderBy to child mapping in .yml entity mapping example. Omitting this causes children to be pulled in the wrong order which can be confusing.

Calum Brodie 13 tahun lalu
induk
melakukan
a42f18ba7e
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      doc/tree.md

+ 2 - 0
doc/tree.md

@@ -263,6 +263,8 @@ Entity\Category:
     children:
     children:
       targetEntity: Entity\Category
       targetEntity: Entity\Category
       mappedBy: parent
       mappedBy: parent
+      orderBy:
+        lft: ASC
 ```
 ```
 
 
 <a name="xml-mapping"></a>
 <a name="xml-mapping"></a>