Hmm, it's strange... with me, cakePHP doesn't escape anything when saving in the database. If I want to escape, I use html() method of the sanitize component.
For my part, I prefer to save unescaped strings, and escape them when displaying in views. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
