_filter['year'])) { $select->where('DATE_FORMAT(`published`, \'%Y\') = ?', $this->_filter['year'], Zend_Db::INT_TYPE); } return $select; } }