I have my final array but having a prblem going thru foreach with it.
Array
(
[0] => Array
(
[0] => 52
[1] => 67
)
[1] => Array
(
[0] => 43
[1] => 67
)
[2] => Array
(
[0] => 40
[1] => 67
)
[3] => Array
(
[0] => 34
[1] => 67
)
)
I pass the data to the view as $this->set('final', $final); but how do I do
a foreach when it's a [number] => array
Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---