Can anyone give me any suggestions for adding and editing multiple
models from one form in Cake 1.2?

I found a post on the topic here:
http://groups.google.com/group/cake-php/browse_thread/thread/77183ca04771e348
but I get the following when I attempted it:
===================================================================================
Warning (512): (Model::validates) Parameter usage is deprecated, use
Model::set() to update your fields first [CORE/cake/libs/model/
model.php, line 2018]

Warning (512): (Model::invalidFields) Parameter usage is deprecated,
set the $data property instead [CORE/cake/libs/model/model.php, line
2051]
====================================================================================
Following the first logical step, I replaced validates() with set()
which cleared up the Warnings, but did not actually validate the
fields.
I wish I knew enough about cake to even come up with a second logical
step!  :)

Suggestions?
Thanks,
Jee
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to