1
0
mirror of synced 2025-01-31 04:21:44 +03:00

Fix bug in the documentation leading to an error

This commit is contained in:
Benjamin Eberlei 2010-07-24 15:16:13 +02:00
parent c6e423024e
commit 84c1cc8865

View File

@ -10,7 +10,7 @@ Changes to associations in your code are not synchronized to the database direct
To describe all the concepts of working with associations we introduce a specific set of example entities that show To describe all the concepts of working with associations we introduce a specific set of example entities that show
all the different flavors of association management in Doctrine. all the different flavors of association management in Doctrine.
+++ Association Example Entities ++ Association Example Entities
We will use a simple comment system with Users and Comments as entities to show examples of association management. We will use a simple comment system with Users and Comments as entities to show examples of association management.
See the PHP docblocks of each association in the following example for information about its type and if its the owning or inverse side. See the PHP docblocks of each association in the following example for information about its type and if its the owning or inverse side.