$this->db->select('customer.name,customer.dob,customer.phone,customer.email,customer.profile_image AS image,customer.gender,users.id AS userId, customer.city');
$this->db->select('customer.name,customer.dob,customer.phone,customer.email,customer.profile_image AS image,customer.gender,users.id AS userId, customer.city');
...
@@ -139,19 +144,21 @@ class Api_model extends CI_Model {
...
@@ -139,19 +144,21 @@ class Api_model extends CI_Model {