Commit 834c639c by Jansa Jose

search doctors

parent ce9149f8
......@@ -1125,7 +1125,7 @@ class Webservice_model extends CI_Model {
}
$query = $this->db->get();
echo $this->db->last_query();exit();
//echo $this->db->last_query();exit();
//print_r($this->db->last_query());die();
if ($query->num_rows() > 0) {
$return_array = array('status'=>'success','data'=>$query->result_array());
......
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