Skip to content
Advertisement

CodeIgniter 4: Pass $data to the View file

Can someone help me with this? I can’t figure out on how can I show the results on the View file. I tried using $this->load->view('list-logs',$data); but it shows the error Call to a member function view() on null.

CONTROLLER

JavaScript

VIEW

JavaScript

Advertisement

Answer

if you use CodeIgniter 4 then you must call the view ont controller like this:

JavaScript
User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement