My array is something different from normal cakephp array. now i want to save this data array using foreach loop.
[Data] => Array
(
[type_id] => Array
(
[0] => 4
[1] => 5
[2] => 4
[3] => 3
)
[data_id] => Array
(
[0] => 1
[1] => 3
[2] => 2
[3] => 1
)
[price] => Array
(
[0] => 12
[1] => 213
[2] => 212
[3] => 23343
)
[amount] => Array
(
[0] => 121
[1] => 342
[2] => 45454
[3] => 3243
)
)
i just want to a loop of foreach.