Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 336667
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:15:50+00:00 2026-05-12T10:15:50+00:00

In my cakephp app I have an Option model. In my option/index view I

  • 0

In my cakephp app I have an Option model.

In my option/index view I display 2 options with inputs and radio button fields.
I want to update both of them, but I get a weird behaviour.

The option I alter doesn’t get saved and instead a new option is inserted with the new value.

Here is my view

<h2 class='page-title' id='manage-options'>Opzioni</h2>
<?php echo $form->create(null, array('action'=>'index')); ?>
<table>
    <tr>
    <td><?= $options[0]['Option']['name']?></td>
    <td><?= $form->radio(  
                   $options[0]['Option']['id'],  
                    array(  
                      '1' => 'Sì',  
                      '0' => 'No'),  
                array('default'=> $options[0]['Option']['value'], 'legend'=>false) 
    );?>
        </td>
    </tr> 
    <tr>
        <td><?= $options[1]['Option']['name']?></td>
    <td><?= $form->input($options[1]['Option']['id'],array('label'=>false,'value' => $options[1]['Option']['value'] ))?></td>
    </tr>                                    
</table>    
<?php echo $form->submit('Salva'); ?>
<?php echo $form->end(); ?>

And my controller:

function index() {  
    if (!empty($this->data)) { 
        foreach($this->data['Option'] as $id => $value) :
            $this->Option->id = $id;       
            $feedback = $this->Option->read();  
            $this->Option->saveField('value', $value); 
        endforeach;         
        $this->Session->setFlash('Opzioni aggiornate');
    }
    $this->Option->recursive = 0;
    $this->set('options', $this->paginate());
}   

Before posting here I spent two hours googling for answers and experimenting. I know about saveAll() and i have tried these solutions:

http://planetcakephp.org/aggregator/items/2172-cakephp-multi-record-forms
http://teknoid.wordpress.com/2008/10/27/editing-multiple-records-with-saveall/

I have been tweaking my code to fit these patterns, but I got no results (oscillating between ‘not working’ and ‘not working and I get an extra record’), so I decided to post my original code.

Can you help, indicating the most proper way to do this?
Cheeers,
Davide

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T10:15:50+00:00Added an answer on May 12, 2026 at 10:15 am

    The problem was with the data in the DB. The kind folks on the cakephp IRC channel called my attention to the fact that in most databases ID = 0 equals ‘new record’. For some reason I had an option with ID 0, so when updating the underlaying mysql query actually created a new record.
    Changed the IDs, problem fixed.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Please have a look at this validation array in my cakephp app for model
In my CakePHP 1.2.5 app, I have a Profile model that belongsTo a User
I have two applications in CakePHP, App A an App B. I want that
I have a cakePHP app working at http://domain1.com/domain2 , and want to point http://domain2.com/
I have CakePHP app in which I'd like to attach gallery to multiple resources.
I have a simple cakephp app with table articles that has a cat_id column
I have a CakePHP app that is being moved to Sql Server from MySql.
We have a cakephp app running on 2.0 and we seem to be having
I have an issue with using the following code in my CakePHP app. In
I have a cakephp 1.2 app (1.2.2.8120) and I am trying to change the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.