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