Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有带有字符串值的多维数组(设置系统)。我需要创建能够由管理员更改此数组。我想,这将是形式。那么,如何通过 symfony2 中的输入数组创建动态表单?是否存在真正的解决方案来解决这个问题?
您可以使用表单侦听器创建动态表单。 http://symfony.com/doc/current/cookbook/form/dynamic_form_modification.html