I am trying to understand the various types of data bindings in ExtJS, and I could not figure it out:
What is the difference between "hasMany" and "field.reference" when defining associations on two models?
When should you use "hasMany" and when is "link" better?
For example, if I want to define multiple email addresses for one user, what is the best practice so that I can use the email model elsewhere?
I know that I have 3 questions, but they seem to belong to each other.
Thanks!
source share