From 6f3ed7fa320a4915283bae28955049f68dc955f5 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Sat, 8 Apr 2017 17:41:24 +0530 Subject: [PATCH] Search Issue fixed --- application/models/Employeedetails_model.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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());