Hi, maybe this has been answered before, and I couldn't find the answer in my extensive search (or I was not looking for the right ting), but I am having a hard time figuring out a way to do this in Cake elegantly.
Basically, I have to do a very simple "Send to a friend" form, where a sender (name, email) has the ability to send an email to up to "n" receivers (name, email). The sender has the ability to "Add" boxes to fill in more emails. I'm trying to do this using existing helpers and model structure (I use html helper for form rendering), and I have 2 models (Sender and Receiver), but I can't seem to find how I could "validate" the form, save everything in the DB, and send the appropriate email given the structure of the platform. Will I have to program the whole thing by workarounds and such, or has anyone ever found a clever solution to this common problem? Enlighten me, tell me I oversaw something :D Thanks, flemieux-- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
