Hi delocalizer,
Thank you very much for your hint. You are absolutley right, I had an
issue with the set up of the array. I now got it all to work, finally
after 2 weeks I have to say.
So for everyone who got the same problem, the array for the hasMany
needs to look like this:
[Recipe] => Array
(
[recipe_name] => Champions
[Rezeptportion] => 2
)
[Ingredient] => Array
(
[0] => Array
(
[ingredientname] => Champions
)
[1] => Array
(
[ingredientname] => pepper
)
Thank you very much again for your help.
Luke
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" 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?hl=en
-~----------~----~----~----~------~----~------~--~---