开发者

Need Help Joining Multiple tables in Zend framework MySQL INNODB

开发者 https://www.devze.com 2023-02-18 14:02 出处:网络
Im currently working with Zend framework. I\'m trying to write a query in MYSQL INNODB database format to return all the provider which match with all the quote criteria values.

Im currently working with Zend framework.

I'm trying to write a query in MYSQL INNODB database format to return all the provider which match with all the quote criteria values.

Here is a database design of my database.

http://www.iiso.com.au/database.png

So the quote criteria consists of religionTypeId, serviceTypeId, quoteTypeId and postco开发者_StackOverflow中文版deId

The problem im facing is how to join all these tables together (consist of 9 tables) in zend_db_table

Can someone help me out or teach me how to write the MYSQL query ?

THanks you so much in advance :)

0

精彩评论

暂无评论...
验证码 换一张
取 消