If you use the model functions for CRUD: Yes it does. See
DboSource::create, which will put all data through value(), which does
the escaping in a way which is appropriate to the database you use.

If you use use model::query  for your statements,  you'll have to use
the Sanitize class to clean your query.

Torsten

On 24 Sep., 10:04, rocket <[EMAIL PROTECTED]> wrote:
> I was wondering if cake1.19 does does this mysql_escape automagically?

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

Reply via email to