Welcome Guest, Not a member yet? Register   Sign In
Pagination problem when search
#7

[eluser]truongdd[/eluser]
thank you!.it work...
edit model:

function search_count($s){
$this->db->select('id,title,content,created,region');
$this->db->like('title',db_clean($s));
$this->db->orlike('content',db_clean($s));
$this->db->orderby('title','asc');
$this->db->where('status','active');
//$this->db->get('classifieds');
return $this->db->count_all_results('classifieds');
}

thank again!


Messages In This Thread
Pagination problem when search - by El Forum - 04-08-2009, 11:24 AM
Pagination problem when search - by El Forum - 04-08-2009, 05:09 PM
Pagination problem when search - by El Forum - 04-08-2009, 11:33 PM
Pagination problem when search - by El Forum - 04-09-2009, 02:17 AM
Pagination problem when search - by El Forum - 04-10-2009, 04:39 AM
Pagination problem when search - by El Forum - 04-10-2009, 05:01 AM
Pagination problem when search - by El Forum - 04-10-2009, 09:12 PM



Theme © iAndrew 2016 - Forum software by © MyBB