what is in the $this->data variable in the copytest function? Is it 
recursive?

I cant remember off the top of my head... does read() return a recursive 
array?
Would using something else like $this->Applicant->findById() possibly 
fix this?

[EMAIL PROTECTED] wrote:
> Thanks for keeping at it!
>
> This option:
> $this->Applicant->save(array('Applicant',$this->data['Applicant']));
> didn't make any changes to the database.
>
> This option:
> $this->Applicant->save($this->data);
> produced the same results as before, 1 good copy of the record,
> sandwiched between 2 new empty records.
>
>
> >
>
>   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to