Welcome Guest, Not a member yet? Register   Sign In
Pagination
#3

total_rows This number represents the total rows in the result set you are creating pagination for. Typically this number will be the total rows that your database query returned.

I do not understand what's the purpose for?

$config['total_rows'] = 200;

I do not understand what is the total rows your database query returned?  and what's the difference between:

$config['total_rows'] = 200;

               and

$config['per_page'] = 20;


Thanks.  notes:  I already read the manual and still do not understand it.
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
Pagination - by davy_yg - 04-19-2016, 02:51 AM
RE: Pagination - by InsiteFX - 04-19-2016, 03:54 AM
RE: Pagination - by davy_yg - 04-19-2016, 07:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB