$_searchString]; $bandi = publicGara::getList($_SESSION["ente"]->codice,$filters,["b_gare_round.scadenza" => "ASC"],0,-1); if (!empty($bandi)) { $result = []; $result["count"] = count($bandi); ob_start(); include(__DIR__."/_homepage.php"); $result["body"] = ob_get_clean(); } } ?>