Welcome Guest, Not a member yet? Register   Sign In
Another pagination issue
#10

[eluser]saidai jagan[/eluser]
Code:
function get_books($num, $offset)
{
    $query = $this->db->get('books', $num, $offset);    
    return $query->result_array(); // u shd return the result array
}


Messages In This Thread
Another pagination issue - by El Forum - 12-14-2009, 06:24 AM
Another pagination issue - by El Forum - 12-14-2009, 06:52 AM
Another pagination issue - by El Forum - 12-14-2009, 08:01 AM
Another pagination issue - by El Forum - 12-14-2009, 08:44 AM
Another pagination issue - by El Forum - 12-14-2009, 08:56 AM
Another pagination issue - by El Forum - 12-14-2009, 08:59 AM
Another pagination issue - by El Forum - 12-14-2009, 09:01 AM
Another pagination issue - by El Forum - 12-14-2009, 09:37 AM
Another pagination issue - by El Forum - 12-14-2009, 09:45 AM
Another pagination issue - by El Forum - 12-14-2009, 09:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB