Welcome Guest, Not a member yet? Register   Sign In
Pagination using two functions, is it possible just to get it down to one?
#2

[eluser]Jareish[/eluser]
Your $data['records'] is an array. And like any array in php, you can count the number of objects in it using count();

Think $numrows = count($data['records']); should do it


Messages In This Thread
Pagination using two functions, is it possible just to get it down to one? - by El Forum - 11-25-2010, 07:05 AM



Theme © iAndrew 2016 - Forum software by © MyBB