08-12-2019, 02:54 AM
(08-12-2019, 02:17 AM)dave friend Wrote: I think you're looking for $builder->countAllResults()
Yeah, but that queries the database again, which num_rows() in CI3 doesn't do. I guess I'll do the count() once and then keep the result as a variable.