Widget : html 2 dimensional array doesn’t work
Ok, with a quick dirty hack I have achieve my goal : Instead of myCollection[id][myField] I give to the get_field_name‘s function something like this : collection][id][field. So the generated code became : name=”widget-pricetable-ibsciss-widget[2][box][1]Widget : html 2 dimensional array doesn’t work” And my array just look perfect now : array(3) { [“title”]=> string(12) “Global title” [“box”]=> … Read more