Search Issue fixed
This commit is contained in:
parent
7f48d01873
commit
6f3ed7fa32
@ -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());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user