Welcome Guest, Not a member yet? Register   Sign In
having problem creating a default controller
#5

[eluser]Ivar89[/eluser]
you can change it to something else yes, but index is loaded automaticly so if you change it to page your URL will be:

http://locahost/mysite/index.php/page

and BTW Thats the way I do it
Code:
$this->load->view('main/index');
\\main/index is the mapped view->main->index.php, if you do not have multiple map in your view map it should simply say: ('index');


Messages In This Thread
having problem creating a default controller - by El Forum - 06-13-2010, 11:55 PM
having problem creating a default controller - by El Forum - 06-14-2010, 01:56 AM
having problem creating a default controller - by El Forum - 06-14-2010, 01:59 AM
having problem creating a default controller - by El Forum - 06-14-2010, 02:16 AM
having problem creating a default controller - by El Forum - 06-14-2010, 02:27 AM
having problem creating a default controller - by El Forum - 06-14-2010, 03:16 AM
having problem creating a default controller - by El Forum - 06-14-2010, 03:21 AM
having problem creating a default controller - by El Forum - 06-17-2010, 07:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB