我使用annotationbuilder从我的注释创建表单。但由于某些原因,如果我添加@ORM线,结果始终是输入字段。如果我删除该行,则它是一个下拉列表,但所选的值不会保存到列...
/**
* @Annotation\Type("Zend\Form\Element\Select")
* @Annotation\Required({"required":"false" })
* @Annotation\Filter({"name":"StringTrim"})
* @Annotation\Options({"label":"Einschränkung:", "value_options" : {"none":"keine Einschränkung","width":"Breite","height":"Höhe","both":"beides"}})
* @ORM\Column(name="restriction")
*/
private $restriction;
为什么呢?我究竟做错了什么?
答案 0 :(得分:0)
"require": {
"doctrine/doctrine-module": "dev-master",
"doctrine/doctrine-orm-module": "dev-master"
}
帮助。我的天。