Welcome Guest, Not a member yet? Register   Sign In
can't even get thru tutorial without errors
#26

[eluser]InsiteFX[/eluser]
Controller:
Code:
class Site extends CI_Controller {

    function __construct()
    {
        parent::__construct();
    }

    function index()
    {
        $this->load->model(‘site_model’); //This is where model is loaded, but nothing done with the model yet.
        $data[‘records’] = $this->site_model->getAll();
        $this->load->view(‘home’, $data);

    }
}

InsiteFX


Messages In This Thread
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:49 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:50 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 02:56 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:00 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:03 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:12 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:13 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:19 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:22 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:28 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:31 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:33 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 03:48 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 04:06 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:16 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:22 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:27 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:30 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:35 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:39 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:46 PM
can't even get thru tutorial without errors - by El Forum - 01-15-2011, 07:49 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 11:21 AM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 11:49 AM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:01 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:37 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 12:54 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 01:14 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:12 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:34 PM
can't even get thru tutorial without errors - by El Forum - 02-09-2011, 08:57 PM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 12:33 AM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 08:16 AM
can't even get thru tutorial without errors - by El Forum - 02-10-2011, 10:59 PM
can't even get thru tutorial without errors - by El Forum - 10-21-2012, 08:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB