By taking one of the most usual and simple use case: a post and some tags, we will identify many ways to optimize our work with forms.
The focus will be about:
- simple many-to-many relationship,
- data mapping,
- PHP 7 scalar type hints,
- form type inheritance mechanism,
while some tricks will be shared along the way.