'CONCAT_WS(" ", firstName, lastName)', 'photo', 'jobTitle', 'location', 'intro', 'inCareers', 'shortBio', ]; } public function getListSelect() { if (null !== $this->_select) { return $this->_select; } $select = parent::getListSelect(); $this->_filterEnabled($select); $select->order('sorter'); return $select; } }