Welcome Guest, Not a member yet? Register   Sign In
Pagination problem!
#2

[eluser]flaky[/eluser]
Code:
$this->db->where('section_id', $section_id);
$this->db->limit($limit, $offset);
$this->db->get('content');


Messages In This Thread
Pagination problem! - by El Forum - 01-18-2010, 07:04 AM
Pagination problem! - by El Forum - 01-18-2010, 08:07 AM
Pagination problem! - by El Forum - 01-18-2010, 09:12 AM



Theme © iAndrew 2016 - Forum software by © MyBB