Symfony Form with Doctrine Class Table Inheritance (CTI)
问题 In a previous question I ask how to handle large forms, outcome was Single Table Inheritance (STI) or CTI, Inheritance mapping. I've has chosen for CTI. Now i'm dealing how to create the form with CTI. A quick overview what kind or relation there are. Each inspection could have one or more surfaces . Each surface consists of many sub entities, like: surface_leakage , surface_tension or surface_slope . As you could see surface has the CTI with sub entities. Some fields overlap (put them in