#CACHE{0} #HTTP_HEADER{Content-Type: text/json; charset=#CHARSET} #HTTP_HEADER{Access-Control-Allow-Origin: http://localhost:3000} #HTTP_HEADER{Access-Control-Allow-Credentials: true} #SET{api,#ARRAY} #SET{evts,#ARRAY} #SET{evt,#ARRAY} #SET{evt,#GET{evt}|array_merge{#ARRAY{id,#ID_EVENEMENT}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{titre,#TITRE}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{descriptif,#DESCRIPTIF}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{lieu,#LIEU}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{chapo,#CHAPO}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{artiste,#ARTISTE}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{lineup,#LINEUP}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{descriptif_accueil,(#DESC_ACCUEIL|typo|propre)}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{date_debut,#DATE_DEBUT}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{date_fin,#DATE_FIN}}} #SET{evt,#GET{evt}|array_merge{#ARRAY{image,#INCLURE{fond=inc/image_recadre,id_document,width=500,height=1500,crop=0}|extraire_attribut{src}|url_absolue}}} #SET{evts,#GET{evts}|push{(#GET{evt})}} #SET{api,#GET{api}|array_merge{#ARRAY{evts,#GET{evts}}}} [(#GET{api}|json_encode{128})]