![]() |
model load error. - 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: model load error. (/showthread.php?tid=52854) |
model load error. - El Forum - 06-29-2012 [eluser]Ram Krishna[/eluser] i am having problem in calling model function in my controller.my controller code is Code: <?php model load error. - El Forum - 06-29-2012 [eluser]PhilTem[/eluser] I don't know what error you're actually receiving, but I see that you still need to ad Code: $this->upload->do_upload()) before you can call Code: $data = $this->upload->data(); Maybe this already solves your problem ![]() |