Index: Select.php =================================================================== --- Select.php (revision 7879) +++ Select.php (working copy) @@ -80,6 +80,7 @@ { $this->_adapter = $table->getAdapter(); $this->_info = $table->info(); + $this->from($this->_info[Zend_Db_Table_Abstract::NAME]); return $this; }