_tableAlias}`.`type` = 'image', `{$this->_tableAlias}`.`image`, " . "`{$this->_tableAlias}`.`backgroundImage`)" ); return $columns; } public function getListSelect() { if (null !== $this->_select) { return $this->_select; } $select = parent::getListSelect(); $select->join( $this->_getPair('DSlideType'), "`DSlideType`.`id` = `{$this->_tableAlias}`.`type`", array('typeTitle' => 'title') ); return $select; } }