Welcome Guest, Not a member yet? Register   Sign In
CI3 - count_all_results() is slow
#2

You could try [b]num_rows() which will return the number of rows in the result set.[/b]


PHP Code:
$cnt $query->num_rows(); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
CI3 - count_all_results() is slow - by futurewebs - 06-20-2022, 10:25 AM
RE: CI3 - count_all_results() is slow - by InsiteFX - 06-20-2022, 11:58 PM



Theme © iAndrew 2016 - Forum software by © MyBB