f
SELECT * FROM `tabella_barche_beta` LEFT JOIN `tabella_boatfamilies_beta` ON `tabella_barche_beta`.idbarca = tabella_boatfamilies_beta.idbarca_families LEFT JOIN `tabella_engine_beta` ON `tabella_barche_beta`.Code = `tabella_engine_beta`.boatCode_engine WHERE New = :new AND BoatType = :boattype AND venduta != :venduta ORDER BY SellPrice DESC
Array ( [:new] => true [:boattype] => G [:venduta] => 1 )
Array ( [p] => vedibarche [new] => true [boattype] => G [lang] => it [provenienza] => url_diretto )
Array ( )