Welcome Guest, Not a member yet? Register   Sign In
CI3 - Cannot access a function from the model
#4

(05-03-2020, 06:20 AM)jreklund Wrote: Controller:
Code:
$this->load->model('Projects');
$data = [];
$data['projects'] = $this->projects;
$this->load->view('view', $data);

In your view:

Code:
$projects->get_last_ten_entries();


I've added this in, it errors out on the controller line assigning data.

Code:
A PHP Error was encountered
Severity: Notice

Message: Undefined property: Welcome::$projects

Filename: controllers/Welcome.php

Line Number: 49

Lines 47-50 in that document are:

Code:
$this->load->model('Projects');
$data = [];
$data['projects'] = $this->projects;
$this->load->view('body', $data);

Same issue. Sad
Reply


Messages In This Thread
RE: CI3 - Cannot access a function from the model - by timps - 05-03-2020, 06:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB