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

(This post was last modified: 08-27-2018, 12:32 PM by Wouter60.)

Check the query (in your model):
PHP Code:
if ( !empty($pet_data) ) {
    
$this->db->where($pet_data);
}
$query $this->db->get('pets');
if (
$start 0) {
    echo 
$this->db->last_query();
     die();
}
return 
$query->result_array(); 
Reply


Messages In This Thread
Pagination issue - by HarrysR - 08-27-2018, 05:33 AM
RE: Pagination issue - by Wouter60 - 08-27-2018, 09:00 AM
RE: Pagination issue - by HarrysR - 08-27-2018, 01:54 PM
RE: Pagination issue - by InsiteFX - 08-28-2018, 04:25 AM
RE: Pagination issue - by HarrysR - 08-28-2018, 04:59 AM
RE: Pagination issue - by HarrysR - 08-28-2018, 05:38 AM
RE: Pagination issue - by Wouter60 - 08-28-2018, 08:10 AM
RE: Pagination issue - by HarrysR - 08-28-2018, 08:35 AM
RE: Pagination issue - by Wouter60 - 08-28-2018, 10:35 AM
RE: Pagination issue - by HarrysR - 08-29-2018, 03:45 AM
RE: Pagination issue - by InsiteFX - 08-29-2018, 02:16 PM



Theme © iAndrew 2016 - Forum software by © MyBB