_select) { $this->_select = parent::getListSelect(); $this->_select->joinLeft( $this->_getPair('FaqCategory'), '`FaqCategory`.`id` = `Faq`.`categoryId`', array('category' => 'IFNULL(`FaqCategory`.`title`, ' . $this->_db->quote(self::NO_CATEGORY_TITLE) . ')') ); } return $this->_select; } public function getObjectInfo() { if (($info = parent::getObjectInfo())) { $info['itemTitle'] = $info['question']; } return $info; } }