View is not being loaded. |
[eluser]Raeony[/eluser]
[quote author="ppwalks" date="1341487439"]what URL are you trying to load the view through in your controller?[/quote] I am loading the controller with the following URL (dyncms is the app folder) : http://localhost/dyncms/user (I'm using URL rewriting) The function that loads the view inside the controller : $this->load->view('User',$VIEW_DATA); The path leading to the view (dyncms is the app folder) : webroot/dyncms/views/User.php |
Messages In This Thread |
View is not being loaded. - by El Forum - 07-05-2012, 04:15 AM
View is not being loaded. - by El Forum - 07-05-2012, 04:23 AM
View is not being loaded. - by El Forum - 07-05-2012, 04:27 AM
View is not being loaded. - by El Forum - 07-05-2012, 04:28 AM
View is not being loaded. - by El Forum - 07-05-2012, 04:31 AM
View is not being loaded. - by El Forum - 07-05-2012, 05:09 AM
View is not being loaded. - by El Forum - 07-05-2012, 05:37 AM
View is not being loaded. - by El Forum - 07-05-2012, 08:48 AM
View is not being loaded. - by El Forum - 07-05-2012, 12:04 PM
View is not being loaded. - by El Forum - 07-05-2012, 12:08 PM
View is not being loaded. - by El Forum - 07-06-2012, 12:22 AM
|