you could still use a Model if you wanted, and the validation found therein.
I think you can simply set the Model var $useTable = FALSE; or failing that, $useTable = null; There was a discussion a while ago as to which one of the above worked. So try them both, I'm sure one of them does. Once your form has been submitted you can run the Model validation and if it passes, complete the script you would like to perform. Otherwise, return a user error. On 28/09/06, Cheekysoft <[EMAIL PROTECTED]> wrote: > > I want to have some simple forms in my app to do things that need not > be recorded in a db. > > What do people think is the best way to handle form submission handling > and, importantly, form/model validation in the most cakey way? > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
