Wouter60

Results 2 comments of Wouter60

Yes, I did. In the controller I have: `$updated = $this->gemeenten_model->from_form(NULL,NULL,array('id'=>$id))->update();` $id is passed to the controller function as the third segment. I've checked if $id has a value. That's...

> change below line: `$updated = $this->gemeenten_model->from_form(NULL,array('id'=>$id),array('id'=>$id))->update(); ` No, this doesn't work either. Creating a record with the from_form method works flawlessly, but if I update one record, all records...