Skip to content

Commit 0aec4fb

Browse files
committed
Merge pull request #16 from geekphp/patch-1
Nested Set link
2 parents 387fc76 + e12c335 commit 0aec4fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ PHPixie ORM library
2727
- [Embedded Models in MongoDB](#embedded-models-in-mongodb)
2828
- [Embeds One](#embeds-one)
2929
- [Embeds Many](#embeds-many)
30+
- [Nested Set](#nested-set)
3031

3132

3233
## Initializing
@@ -1155,4 +1156,4 @@ $query->in(array($plants, $trees, $flowers))->delete();
11551156
11561157
> The important part is to remember that `parent` and `children` refer
11571158
> only to the immediate parent an children, while `allParents` and
1158-
> `allChildren` refer to all related nodes recursively.
1159+
> `allChildren` refer to all related nodes recursively.

0 commit comments

Comments
 (0)