Код: Выделить всё
foreach($services as $service){
$this->service_batch[]=array(
'service_id'=>$service->service_id,
'service_count'=>$service->service_count,
'id_customer'=>$service->id_customer,
'id_section'=>$service->id_section);
}
Как я могу установить несколько параметров в предложении Where ?
Подробнее здесь: https://stackoverflow.com/questions/179 ... lti-update
Мобильная версия