Populate repeater area

operapp 26 Oct, 2022
How can i populate the repeater area with the data stored in db in json format.

An example of the data in table is:

[var] => Array
(
[DettaglioPermesso] => Array
(
[aid] => 34
[user_id] => 2669
[created] => 2022-10-24 14:21:56
[modified] => 2022-10-24 14:21:56
[data_richiesta] => 2022-10-24 14:21:56
[mese_di_riferimento] => MAGGIO
[dettaglio_permessi] => {"1":{"tipo_permesso":"FAMILIARE A GIORNI","nome_assistito":"1","data_permesso":"14\/11\/2022"},"2":{"tipo_permesso":"FAMILIARE A ORE","nome_assistito":"2","data_permesso":"15\/11\/2022"}}
[richiesta_inviata] => 0
)

)

Thanks
You need to login to be able to post a reply.