In my Codeigniter 4 project i used $db->query('select * from myTable')
method to get data. (used this directly on controller without model)
Is there way to initialize pagination with Codeigniter for this kind of stuff. I'm new to Codeigniter 4 and not worked $this->pagination->initialize($config);
It says Call to undefined method CodeIgniter\Pager\Pager::initialize()
Is there way to overcome this issue without using model, i referred the documentation (CI4) and done lot of google searches and still no luck !