Welcome Guest, Not a member yet? Register   Sign In
Query num-rows missing?
#1

Hello, please add the num_rows function in query result helper Smile
Thank you!
Reply
#2

Just use count($query);
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#3

You can use countAll(), countAllResults(), or affectedRows(), depending on what you’re trying to get.
Reply
#4

(03-29-2019, 08:20 AM)InsiteFX Wrote: Just use count($query);

Thank you. Found it!
Reply




Theme © iAndrew 2016 - Forum software by © MyBB