Search found 1 match
- Sat Mar 18, 2017 6:12 pm
- Forum: Zend Framework
- Topic: How to get all rows from related table using join
- Replies: 0
- Views: 1401
How to get all rows from related table using join
I have two tables. First table contain offer details and second table contains offer collection of languages(collection can be selected in main offer form). I want to use query with "join" language table to get all of them in single query. How it's look like: Relation Trying to get all of the offers...