![]() |
Post data in Model is empty - 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: Post data in Model is empty (/showthread.php?tid=48188) |
Post data in Model is empty - El Forum - 01-07-2012 [eluser]Unknown[/eluser] I have a problem. Controller Code: $this->load->model('TestModel'); Model Code: echo $data['name']; //OUTPUT:"" I don't understand why it inserts the proper name into the database, but the value is empty when i try to perform operations on it. Thanks |