Thread: Annoyance
View Single Post
  #1 (permalink)  
Old 04-09-2008, 01:41 PM
Ukuser26 Ukuser26 is offline
Junior Member
 
Join Date: Apr 2008
Posts: 5
Default Annoyance

Hi,

I have a slight annoyance with Zend_db (having recently migrated from ADODB) in that any table you join, it also puts table.* in the SELECT part of the statement.

Is there a way to pass a parameter to turn this off or does it have to be edited directly? I don't want to edit the source code too much for later upgrades etc.

Thanks

A
Reply With Quote