Search Issue fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-04-08 17:41:24 +05:30
parent 7f48d01873
commit 6f3ed7fa32

View File

@ -31,7 +31,7 @@ class Employeedetails_model extends CI_Model
// print_r( $this->db->last_query());
$query = $this->db->get();
// print_r( $this->db->last_query());
return $query->result_array();
}
@ -62,7 +62,7 @@ class Employeedetails_model extends CI_Model
}
$this->db->order_by("Emp.EmpID", "asc");
$this->db->limit($page, $segment);
$query = $this->db->get();
//print_r( $this->db->last_query());