Welcome Guest, Not a member yet? Register   Sign In
Pagination for table with mysql data
#2

[eluser]Samus[/eluser]
[quote author="targeting" date="1333651723"]Hello!

I have question about pagination for table. I have loaded table :

$datatable = $this->site_model->get_query_table()

and I need in $config['total_rows'] to count rows from datatable.

A have already the table, only need the pagination for that.

Please help! Thanks! [/quote]

Code:
$config['total_rows'] = $this->db->count_all('my_table');


Messages In This Thread
Pagination for table with mysql data - by El Forum - 04-05-2012, 11:48 AM
Pagination for table with mysql data - by El Forum - 04-05-2012, 01:07 PM
Pagination for table with mysql data - by El Forum - 04-05-2012, 01:19 PM
Pagination for table with mysql data - by El Forum - 04-05-2012, 01:22 PM
Pagination for table with mysql data - by El Forum - 04-05-2012, 01:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB