dudapiotr / ZfTable

*Not supported*ZfTable 3.1. Awesome ZF2 table / grid (and much much more) generator with huge possibilities of decorating and conditioning. Integrated with DataTables, Doctrine 2, Bootstrap 2.0 and 3.0.
http://dudapiotrek.laohost.net/
MIT License
75 stars 59 forks source link

Doctrine entities with equal column names #43

Open Alfredao opened 9 years ago

Alfredao commented 9 years ago

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

olekhy commented 9 years ago

show #44