Forward foreach query |
Hello everybody,
How can I pass on a query that is on a particular line in FOREACH? So I want to let the dedication that comes from the Code: $this->db->set('tb_artikel_anzahl', $this->input->post('edit_karte_menge')[$artikel_id]); Code: $this->db->set('tb_rechnung_menge', $this->input->post('edit_artikel_anzahl')); View: PHP Code: <?php echo form_open('Rechnung/update_rechnung'); ?> Model: PHP Code: public function update_rechnung($slug) |
Messages In This Thread |
Forward foreach query - by Germanikus - 03-19-2018, 08:07 AM
|