Hi folks, I want to clean up user input before saving into the
database, but when I Sanitize::clean($this->data) it changes negative
integer values like -10 into -10 and I get a database (Postgres)
error because - obviously - it's not an integer anymore.

I want to avoid manually cleaning avery text field and wonder, what
other people - like you! - do ??
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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