Welcome Guest, Not a member yet? Register   Sign In
Cant load my view
#1

[eluser]lucasvm[/eluser]
Hello

Im new in CodeIgniter and im trying to create simple website, i want to show my index page but im getting this error:

A PHP Error was encountered

Severity: Notice

Message: Undefined property: Index::$load

Filename: controllers/index.php

Line Number: 6


Fatal error: Call to a member function view() on a non-object in site\application\controllers\index.php on line 6

My controller index.php has this:

Code:
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Index extends CI_Controller {

    function index()
    {
        $this->load->view('index', $data);
    }
}

And in views the html code in index.php

Any solution?


Messages In This Thread
Cant load my view - by El Forum - 04-21-2011, 11:00 AM
Cant load my view - by El Forum - 04-21-2011, 11:32 AM
Cant load my view - by El Forum - 04-21-2011, 12:35 PM
Cant load my view - by El Forum - 04-21-2011, 04:13 PM
Cant load my view - by El Forum - 04-21-2011, 05:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB