Welcome Guest, Not a member yet? Register   Sign In
Pagination config file and ontime changes
#2

[eluser]nzmike[/eluser]
I'm not sure if this is the best way and I haven't actually tested it but you should be able to do something like this:

I assume you have a config file called 'pagination_config' with your $pagination_config array.

Code:
$pagination_config = $this->config->item('pagination', 'pagination');
$pagination_config['base_url'] = 'http://foobar.com';

$this->pagination->initialize($pagination_config);


Messages In This Thread
Pagination config file and ontime changes - by El Forum - 07-20-2010, 01:29 PM
Pagination config file and ontime changes - by El Forum - 07-20-2010, 06:37 PM
Pagination config file and ontime changes - by El Forum - 07-20-2010, 06:45 PM
Pagination config file and ontime changes - by El Forum - 07-24-2010, 11:02 PM



Theme © iAndrew 2016 - Forum software by © MyBB