ZfTable
ZfTable copied to clipboard
Doctrine entities with equal column names
When I have some entities that have columns of the same name and they have some relationship, I can't display the two columns at the same time using this module.
For example:
User entity, which has the an attribute named "name". Users have roles. Role has a name too.
If I want to show User.name and Role.name I can't, as an array index will overwrite the other
I don't know if you already did some to deal with this. I didn't find at the documentation
show #44