Code: Select all
array(1) {
["Part"]=> array(6) {
[0]=> array(5) {
["Id"]=> string(2) "51"
["Description"]=> string(19) "Description of part"
["Code"]=> int(0)
["Price"]=> float(15.23)
["NewValue"]=> float(5.43) }
[1]=> array(5) {
["Id"]=> string(11) "57"
["Description"]=> string(21) "Description of part 2"
["Code"]=> int(0)
["Price"]=> float(32.43)
["NewValue"]=> float(12.27) }
[2]=> array(5) {
["Id"]=> string(11) "40"
["Description"]=> string(22) "Description of part 3"
["Code"]=> int(0)
["Price"]=> float(23.87)
["NewValue"]=> float(32.87) }
[3]=> array(5) {
["Id"]=> string(11) "78"
["Description"]=> string(13) "Description of part 4"
["Code"]=> int(0)
["Price"]=> float(43.45)
["NewValue"]=> float(23.34) }
[4]=> array(5) {
["Id"]=> string(11) "16"
["Description"]=> string(19) "Description of part 5"
["Code"]=> int(0)
["Price"]=> float(43.65)
["NewValue"]=> float(32.76) }
[5]=> array(5) {
["Id"]=> string(11) "43"
["Description"]=> string(5) "Description of part 6"
["Code"]=> int(0)
["Price"]=> float(3.43)
["NewValue"]=> float(5.54) }
} }Thanks in advance