Very often in projects using Doctrine, in entity there are mapping for fields also for each field there are getters and setters. In addition, for each field, we have validation annotations, and forms are validating on the entity. Is this the right approach?
Read More