CodeIgniter Forums
Arrays - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Arrays (/showthread.php?tid=45497)



Arrays - El Forum - 09-23-2011

[eluser]Todlerone[/eluser]
Hello all. I have a simple problem that is getting under my skin. Can't for the life of me see why it isn't working.

Code:
foreach ($diagnosis as $dia):
    $data['legend'] = $dia['value'];
endforeach;

When I echo the array results I only get the last value of $diagnosis.

WT...

TY and cheers