Symfony2 filling all fields of table related to a Entity
问题 I have a Entity of TeamMembers. And the TeamMember can have a Specification with a value. So I have three Entities: TeamMember, Specifications, SpecificationValues. In the SpecificationValue table I want to store the TeamMember_id, the Specification_id and the value that is just for that TeamMember. The Specifications and TeamMembers Entities are working. But now I want to show all the Specifications, if I go to the edit route (see code example) of a TeamMember, and have to possibility over