Commit b766f076 by Jansa Jose

dr profile

parent afd84a73
......@@ -1105,6 +1105,9 @@ class Webservice_model extends CI_Model {
$query = $this->db->get_where("tbl_review",array("tbl_review.doctor_id"=>$id))->result_array();
//echo $this->db->last_query();exit();
if(count($query)> 0){
foreach ($query as $key => $value) {
$value['name'] = decrypt_data($value['name']);
}
return $query;
}
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