Trooney - How are forms created in Dreamweaver different to any other
forms?

If you want your form data to come nicely into $this-
>data['YourModel'] etc then yes you do need to use the correctly
formatted field names (but this isn't Cake specific, it's just how
POST data with square brackets gets converted into an array by PHP).
But even with just simple field names the data does get into your Cake
action, just in $this->params['form'].

Can you go into more detail as to why you need to hack up Cake to
support what you want?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to