_getAutocompleteSelect($type); $select->where('`firstName` LIKE ? OR `lastName` LIKE ?', '%' . $term . '%'); return $this->_db->fetchAll($select); } }