Welcome Guest, Not a member yet? Register   Sign In
first piece of code and an error.
#2

[eluser]smilie[/eluser]
$this->load->view(home);

should be:

$this->load->view('home');

presuming it is in views/ and is called home.php Smile

Cheers,
Smilie


Messages In This Thread
first piece of code and an error. - by El Forum - 03-21-2012, 10:38 AM
first piece of code and an error. - by El Forum - 03-21-2012, 10:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB