_db->select(); $select->from($this->_getPair(), array('donateType')); $select->distinct(); $types = $this->_db->fetchCol($select); return array_combine($types, $types); } }