_filterFields = array($this->_tableAlias => 'title'); return $this; } protected function _where4Sorter(Zend_Db_Select $select = null) { $select->where('`productId` = ?', $this->getProductData('id'), Zend_Db::INT_TYPE); return $select; } }