![]() |
Problem with loading views through matchbox modules - 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: Problem with loading views through matchbox modules (/thread-25502.html) |
Problem with loading views through matchbox modules - El Forum - 12-14-2009 [eluser]Marfo[/eluser] Hi! Having some problems loading views through matchbox modules... In: modules/dashboard/controllers/dashboard.php Code: $this->load->view('index'); Result: Code: An Error Was Encountered The index.php file is there, modules/dashboard/views/index.php, and the same problems goes for all the controller and modules. wtf? > ![]() |