<?php $options['fields'] = array( 'Doctor.id', 'Doctor.email', 'Doctor.name', 'Doctor.surname', 'Doctor.created', 'Doctor.profileimg', 'Doctor.list_experiencia_professional', 'Doctor.logros_academicos', 'Doctor.premios_reconocimientos', 'Doctor.status', 'Doctor.type_doctor', 'Doctor.sexo', 'Doctor.accepted_politics_wallet', 'Doctor.accepted_social_politics', 'DoctorsProducts.id_product', 'Address.phone', 'Address.info_consulta', 'DoctorsProducts.status', 'AddressesAgenda.address_id'); if (($key = array_search('Doctor.accepted_politics_wallet', $options['fields'])) !== false) { unset($options['fields'][$key]); } print_r($options);
You have javascript disabled. You will not be able to edit any code.