Re: Sanitize and validation

2008-04-15 Thread R. Rajesh Jeba Anbiah
On Apr 15, 7:54 pm, Ramiro Araujo <[EMAIL PROTECTED]> wrote: > By nate: "All database inputs are automatically escaped when you > save.". Is this true for the "query" method also? If not, what type of > sanitization should I made if using the query method in some inserts > or updates? Cake w

Re: Sanitize and validation

2008-04-15 Thread Ramiro Araujo
By nate: "All database inputs are automatically escaped when you save.". Is this true for the "query" method also? If not, what type of sanitization should I made if using the query method in some inserts or updates? thanks! On Mar 8, 11:46 am, cronet <[EMAIL PROTECTED]> wrote: > Hi Nate, > > th

Re: Sanitize and validation

2008-03-08 Thread cronet
Hi Nate, thank you for examine my problem... I thought I've read anywhere that cake does not santize data automatically on a save action. Thats why I thought i need to build a method in app_model.php which does this automatically. If cake escapes automatically then all its fine. I delete my met

Re: Sanitize and validation

2008-03-03 Thread nate
All database inputs are automatically escaped when you save. What are you trying to sanitize for exactly? If you continue to have problems, try using debug() to examine the data before and after sanitizing to see what the differences are. On Mar 3, 6:42 pm, cronet <[EMAIL PROTECTED]> wrote: > N

Re: Sanitize and validation

2008-03-03 Thread cronet
Nobody else having problems with sanitzing data and validate on save ? I'm still having this problem. I would like to know how to get my data mysql safe and validating correctly. Anybody has some hints for me? Regards, Alexander --~--~-~--~~~---~--~~ You receive