Hello, I am new to the mvc pattern and zend framework.
I understand that a class in the model is normally associated with a table in the database and that all my sql queries should be in the model so that i do not get a fat controller. I am now confused because my application requires a query which joins three tables. Can anyone explain to me how I would fit this query into my applicaiton. Thank you for your time. -- View this message in context: http://www.nabble.com/Newbie-quesiton---How-do-queries-that-join-multiple-tables-fit-into-the-model-in-the-MVC-tp20919944p20919944.html Sent from the Zend Framework mailing list archive at Nabble.com.
