Commit 1ba1267c by Jansa Jose

Notification Pag

parent 7a71d46c
...@@ -3246,7 +3246,7 @@ class Webservice_model extends CI_Model { ...@@ -3246,7 +3246,7 @@ class Webservice_model extends CI_Model {
$this->db->limit($per_page,$start); $this->db->limit($per_page,$start);
} }
$result = $this->db->get_where('tbl_doctor_notifications',array('doctor_id'=>$doctorid))->result(); $result = $this->db->get_where('tbl_doctor_notifications',array('doctor_id'=>$doctorid))->result();
//echo $this->db->last_query();exit(); echo $this->db->last_query();exit();
if(count($result) > 0){ if(count($result) > 0){
return $result; return $result;
}else{ }else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment