-
-
Save benfavre/092da44453a8dc8d92551d8ecfd0f139 to your computer and use it in GitHub Desktop.
Product
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
Array | |
( | |
[0] => Array | |
( | |
[libelle] => Array | |
( | |
[value] => les-plats | |
[label] => LES PLATS | |
) | |
[sub_products] => Array | |
( | |
[0] => Array | |
( | |
=> 22064 | |
[quantite] => 54 | |
) | |
[1] => Array | |
( | |
=> 23517 | |
[quantite] => 2 | |
) | |
[2] => Array | |
( | |
=> 14187 | |
[quantite] => 34 | |
) | |
) | |
) | |
[1] => Array | |
( | |
[libelle] => Array | |
( | |
[value] => les-accompagnements | |
[label] => LES ACCOMPAGNEMENTS | |
) | |
[sub_products] => Array | |
( | |
[0] => Array | |
( | |
=> 22595 | |
[quantite] => 5 | |
) | |
) | |
) | |
) | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment