I think here, you are going to have to "roll your own" sql statements within the function of the controller.
On Nov 26, 10:01 am, dandreta <[EMAIL PROTECTED]> wrote: > I have two models:ModelA and Model B. > ModelA hasMany ModelB. > In the add view of ModelA, I want to create a table dynamically with a > button(AddB) and clicking it, adds a new row with the inputs of the > fields of the ModelB. > At the end of the view I have a submit button and I want that on > clicking it, all B elements that I have introduced will store in the > database . > How can I do it? > Any link or suggestion? > Thanks and regards --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
