I don't know if this is possible or not or how to do this
Table A id name feature_id ...
Table B id_feature label url description ...
I got 2 entity, i do a @ORM\ManyToOne(targetEntity="tableB")
In my $showmapper i got result with label, but not with url, description
Why ?
how to do that in my entity ?
Thanks Bye