Thread: Annoyance
View Single Post
  #2 (permalink)  
Old 04-27-2008, 01:23 AM
Davidoff Davidoff is offline
Junior Member
 
Join Date: Oct 2007
Posts: 27
Default

Always best to check the API when you want to know what parameters a function may take.

Docs For Class Zend_Db_Select

The third parameter, a list of columns to fetch, defaults to self::SQL_WILDCARD, that is by default all columns are fetched. I believe an empty array() will select no columns, which is what you're trying to do.
Reply With Quote