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 :)
精彩评论