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

[eluser]gibbo1715[/eluser]
OK, getting a bit nearer i think,

in my model i ve changed my get all function to get records as follows

Code:
function get_books($num, $offset) {
    $query = $this->db->get('books', $num, $offset);    
    return $query;


then from my controller i try to call it as follows

Code:
$data['query'] = $this->books_model->get_books($config['per_page'],$this->uri->segment(4));

now i get an error stating

A PHP Error was encountered
Severity: Notice

Message: Trying to get property of non-object

Filename: views/books_main.php

Line Number: 45



any ideas please

Gibbo


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