Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistent aliasing for assocs. #7776

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Consistent aliasing for assocs. #7776

merged 1 commit into from
Nov 29, 2023

Conversation

dereuromark
Copy link
Member

https://book.cakephp.org/5/en/orm/associations.html#hasone-associations

For beginners it can probably be confusing to see only hasOne() relations in singular, and only sometimes.

If anything, I would have expected belongsTo() to be singular, since there can always be only one ever.
HasOne() could easily become hasMany() by allowing more rows to be allowed, and then requires more massive refactoring.
So from the convention approach, it seems sound to stick here to the default, plural.

What do others think?

@dereuromark dereuromark merged commit f6e09ce into 5.x Nov 29, 2023
3 checks passed
@dereuromark dereuromark deleted the 5.x-cleanup branch November 29, 2023 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants