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

[eluser]noideawhattotypehere[/eluser]
Code:
$config['base_url'] = 'http://example.com/index.php/test/page/';
$config['total_rows'] = 200;
$config['per_page'] = 20;
$this->pagination->initialize($config);
This will initialize pagination with config as $config array, then visit: http://ellislab.com/codeigniter/user-gui...ation.html
and see whats configurable, you can add classes etc to diffrent elements then style them with css.


Messages In This Thread
Pagination Style - by El Forum - 08-12-2013, 03:05 AM
Pagination Style - by El Forum - 08-12-2013, 04:00 AM
Pagination Style - by El Forum - 08-12-2013, 04:18 AM
Pagination Style - by El Forum - 08-12-2013, 04:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB