我不知道这是否可行或如何做到这一点
表A. ID 名称 FEATURE_ID ...
表B. id_feature 标签 网址 描述 ...
我有2个实体,我做了@ORM \ ManyToOne(targetEntity =“tableB”)
在我的$ showmapper中,我获得了带标签的结果,但没有使用url,描述
为什么?
如何在我的实体中执行此操作?
由于 再见
答案 0 :(得分:0)
...解决
我喜欢这个
->add('parent1', 'entity', array('label' => 'region', 'property_path' => 'appellation.parent.parent', 'class' => 'Application\Ghv\AdministrationBundle\Entity\Regions'))
我可以像这样访问我的子属性