在Symfony项目中,我有一个Form EventSubscriber,可以使用多种形式. 它旨在禁用已填充的每个字段. 在我使用的订阅服务器中: $childOptions = $child->getConfi…
标签:symfony
在Symfony 2 / Doctrine 2中不使用MappedSuperclass的字段?
MappedSuperclass: /** @ORM\MappedSuperclass */ abstract class AbstractMessage { /** @ORM\Column(type="text", n…