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.
如何将非实体字段添加到 Symfony 1.4 表单?例如:电影添加表单中的复选框。
您可以将其作为任何其他小部件添加到表单的widgetSchema. 当然,您必须记住还要添加验证器,否则验证将失败并出现unexpected field错误。
widgetSchema
unexpected field
Symfony 足够聪明,可以在将对象持久化到数据库时忽略该字段。