mirror of
https://github.com/doctrine/orm.git
synced 2026-04-29 09:23:20 +02:00
DDC-2227: Add details about developer being responsible of inverse side of an association #2801
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Jan 9, 2013).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user @ocramius:
As far as I know, docs don't explain that it is up to the developer to keep the object graph consistent instead of relying on Doctrine ORM for everything.
For example, for many to many, examples like following may be used:
https://gist.github.com/3121916
@brunoreis commented on GitHub (Dec 8, 2016):
+1