I want to define a configuration scheme for my class and override them using administration options. To do this, I need a form to capture data from the administrator.
In Symfony Configuration Component the TreeBuilder class TreeBuilder responsible for defining the configuration scheme. and, as you know, Form Component has a tree similar to a structure similar to TreeBuilder .
How to dynamically make a Form object based on an instance of TreeBuilder ?
php forms symfony configuration
Lost koder
source share