Zend_Db_Table does not support joins of any type and there is no plan to change this.
If you need to do joins, your choices are Zend_Db_Select or Zend_Db_Adapter. Regards, Bill Karwin > -----Original Message----- > From: Dan Rossi [mailto:[EMAIL PROTECTED] > Sent: Monday, August 13, 2007 8:18 PM > To: Bill Karwin > Cc: Zend Framework > Subject: Re: [fw-general] Zend_Select and the USING join keyword > > Well I would prefer to use DataObjects if its not too > intensive which recognize the joins via foreign keys and not > have to worry about running joins with Zend_DB_Select :)
