If I'm handling a form submission in a controller, do I need to sanitize $this->data or does Cake do that for me? I'm asking because if I bake my controllers, Cake is pulling stuff from $this->data and doing $this->Model->find() with it.
So my questions are: is user data in $this->data sanitized at all? are find() parameters sanitized in any way? Links to the relevant sections of the code would be great. Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
