Skip to content
This repository has been archived by the owner on Mar 30, 2018. It is now read-only.

Mapping Association Documentation vs Normal Database Terminology #80

Open
ssmusoke opened this issue Feb 5, 2012 · 0 comments
Open

Comments

@ssmusoke
Copy link

ssmusoke commented Feb 5, 2012

I am a new Doctrine 2 user, but I have found the association mapping documentation (https://github.com/doctrine/orm-documentation/blob/master/en/reference/association-mapping.rst) to be very confusing when compared to relationationla database terminology:

a) One-to-One Unidirectional and Bidirectional mappings are actually a one-to-many however, in the uni-directional version the parent does not have a mapping to the child while in the bi-directional one the parent does

b) One-to-Many is actually a many-to-many mapping which left me all fuzzled up.

c) Many-to-Many - I have not yet got that far

Since I am sure most developers have a database background, the concepts make it difficult to match the association mapping meanings to what the database ones are like.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant