hi im newbie. i have an error. Fatal error: Uncaught Error: Call to a member function view() on array in appcontrollersitem.php:8 [closed]

Question

class Item extends Controller {
public function index()
{
$data[‘title’] = ‘MyWeb’;
$data[‘itm’] = $this->model(‘Item_model’)->getAllItem();
$data->view(‘templates/header’, $data);
$data->view(‘barang/index’, $data);
$data->view(‘templates/footer’);
}
}

0
, filemon harwiadi 3 years 2019-12-06T08:51:38-05:00 0 Answers 79 views 0

Leave an answer

Browse
Browse