We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be appreciated if you stick to CakePHP's naming conventions. The current fields id and version_id have to be reconsidered.
id
version_id
id sould be: primary key, a simple "counter" -> auto increment new field: MODEL_id is the relation to MODEL since the Revision model $belongsTo MODEL.
MODEL_id
Mainly for beginners it would be much easier because they learn to use anothermodel_id to link to anothermodel with belongsTo/hasMany
anothermodel_id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be appreciated if you stick to CakePHP's naming conventions. The current fields
id
andversion_id
have to be reconsidered.id
sould be: primary key, a simple "counter" -> auto incrementnew field:
MODEL_id
is the relation to MODEL since the Revision model $belongsTo MODEL.Mainly for beginners it would be much easier because they learn to use
anothermodel_id
to link to anothermodel with belongsTo/hasManyThe text was updated successfully, but these errors were encountered: