_select) { parent::getListSelect(); $this->_select->joinLeft( $this->_getPair($this->_tableAlias . 'Category' , 'sc'), "`sc`.`id` = `{$this->_tableAlias}`.`categoryId`", array('category' => 'title') ); } return $this->_select; } }