I would like to suggest ammending the documentation for "Public properties vs. Setters/Getters" ( https://docs.phalcon.io/en/latest/reference/models.html )
It should mention the fact that phalcon expects the getters for underscored_field_name to be changed to camelcase as in getUnderscoredFieldName() and NOT getUnderscored_field_name().
It would also be ideal to include a property for which the example can show this detail.
So, changes to docs. Do they go here? Or do they go elsewhere? Am I in the right place? Should I be talking to someoneone else?
Thank you, -Renic