diff --git a/application/models/Employeedetails_model.php b/application/models/Employeedetails_model.php index ee5898c5..0a06aacd 100644 --- a/application/models/Employeedetails_model.php +++ b/application/models/Employeedetails_model.php @@ -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());