Adil

Results 1 issues of Adil

Hi, Am i able to use $db->func with select query? `$cols = Array ("emplyee_idno", "employee_name", "employee_rank","employee_dept",{$this->db->func('hex(employee_uid'))});` `$employees = $this->db->get("employees",null,$cols);` Getting error for select query > Notice: Array to string conversion...