Welcome Guest, Not a member yet? Register   Sign In
How to get total records from Pager
#3

(09-22-2022, 10:46 AM)captain-sensible Wrote: i used this approach to  count entries in a db:

Code:
$query = $builder->where('category',$category)->countAllResults();

I am using the Codeigniter 4 Model, would this still work or do I have to change to the builder class?

Thanks
Reply


Messages In This Thread
How to get total records from Pager - by frocco - 09-22-2022, 10:39 AM
RE: How to get total records from Pager - by frocco - 09-22-2022, 11:10 AM



Theme © iAndrew 2016 - Forum software by © MyBB