mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-2375: Join with multiples tables #2985
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Mar 27, 2013).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user acrivelari:
Dear Friends, I've a question about Join with multiple tables.
I've 3 tables: Country, State, City, and I need get country_name from City Entity.
Any suggestion?
Table City:
city_id
state_id
city_name
Table State
state_id
country_id
state_name
Table Country
country_id
country_name
This is my Entity City:
Thanks a lot!
@doctrinebot commented on GitHub (Mar 27, 2013):
Comment created by @ocramius:
This is an issue tracker, not a support forum. Please ask your questions on the http://groups.google.com/group/doctrine-user mailing list or on http://stackoverflow.com/ or on IRC on irc://irc.freenode.net#doctrine
@doctrinebot commented on GitHub (Mar 27, 2013):
Issue was closed with resolution "Invalid"