join( $this->pairProductType, '`ProductType`.`id` = `' . $this->_tableAlias . '`.`idProductType`', array('productType' => 'title') ); return $select; } }