Welcome Guest, Not a member yet? Register   Sign In
Load pagination config from file
#2

[eluser]Felipe Diesel[/eluser]
I already find a way to solve it.

I was loading config/pagination.php in autoload, because I was using

Code:
$query = $this->db->get('resumes', $this->config->item('per_page'), $this->uri->segment(4,0));

And this autoload was breaking the load inside pagination class.

I don't know if it's a bug, but I do a workaround.


Messages In This Thread
Load pagination config from file - by El Forum - 05-23-2008, 06:45 AM
Load pagination config from file - by El Forum - 05-23-2008, 11:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB