8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c8ebc commit 0f387d9Copy full SHA for 0f387d9
form/form_collections.rst
@@ -11,13 +11,7 @@ that Task, right inside the same form.
11
12
.. note::
13
14
- In this article, it's loosely assumed that you're using Doctrine as your
15
- database store. But if you're not using Doctrine, it's all very similar.
16
- There are only a few parts of this tutorial that really care about "persistence".
17
-
18
- If you *are* using Doctrine, you'll need to add the Doctrine metadata,
19
- including the ``ManyToMany`` association mapping definition on the Task's
20
- ``tags`` property.
+ The example presented here is based on Doctrine.
21
22
First, suppose that each ``Task`` belongs to multiple ``Tag`` objects. Start
23
by creating a simple ``Task`` class::
0 commit comments