![]() |
array - array - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: array - array (/thread-32718.html) |
array - array - El Forum - 08-02-2010 [eluser]pipiet06[/eluser] Hi All.. I got a problem with my code. the resulte of my data is "Array - Array" how to solve that? models. Code: function getDataGraph($idvims_summary) { Code: $data = $this->MDet_summary->getDataGraph($idvims_summary); can you give me right code? Thanks, pipiet :-) .. array - array - El Forum - 08-02-2010 [eluser]Mat-Moo[/eluser] Code: $rowData['time'] = $row["time"]; |