How do i force cake to update a field and not insert a new record. It should fail if the id does not exist in the db I found to force a insertion i can do 'updated' => false so if i do 'updated' => true will it work
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|
If you want to just update a field, use the
Reference : http://book.cakephp.org/view/1031/Saving-Your-Data |
|||||
|
|
|||||
|
|
You should take a look at the |
||||
|
|