views:

58

answers:

1

Is there a way to do a left join within a Zend_Db_Table_Abstract based model.

I would like to retrieve a record with a left join to another table so that I am able to query all the fields as if they were the same table.

Any examples would be useful

Thanks guys

+2  A: 

Possible duplicate: To get the complete row with join tables in Zend_Db_Table

Stefan Gehrig