mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1513: Missing documentation for using references in Docs #1900
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 (Nov 28, 2011).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user base:
I am in the process of switching over from Doctrine 2.0.7 to Doctrine 2.1 and one of the major missing components in my entities was the new use of using the mapping entity.
Example:
The nessecity for this to be included in the entities is (as far as I can tell) nowhere to be found in the docs, so I am a little curious as to how people are supposed to know. I have also had a look here: http://www.doctrine-project.org/blog/doctrine-2-1-beta-release and can see no references too it.
Am I missing something; or is it really just missing from the docs?
@doctrinebot commented on GitHub (Nov 28, 2011):
Comment created by ebernhardson:
I also glanced through the docs and didn't find it. I would suggest it be added to the Annotations Reference page: http://www.doctrine-project.org/docs/orm/2.1/en/reference/annotations-reference.html
@doctrinebot commented on GitHub (Nov 29, 2011):
Comment created by base:
Ahh, so there are some docs about it; http://www.doctrine-project.org/docs/common/2.1/en/reference/annotations.html however they do not seem to be that clear; nor well linked too.
@malukenho commented on GitHub (Jan 5, 2017):
@Ocramius @lcobucci can be closed as documentation was improved since this.