diff --git a/en/core-libraries/behaviors/tree.rst b/en/core-libraries/behaviors/tree.rst index 235261d8ed..40fb24f35f 100644 --- a/en/core-libraries/behaviors/tree.rst +++ b/en/core-libraries/behaviors/tree.rst @@ -14,7 +14,7 @@ deep it is simple to add a parent\_id field to your database table and use this to keep track of which item is the parent of what. Bundled with cake however, is a powerful behavior which allows you to use the benefits of -`MPTT logic `_ +`MPTT logic `_ without worrying about any of the intricacies of the technique - unless you want to ;). @@ -39,7 +39,7 @@ direct children. .. note:: The ``parent`` field must be able to have a NULL value! It might - seem to work, if you just give the top elements a parent value of + seem to work if you just give the top elements a parent value of zero, but reordering the tree (and possible other operations) will fail.