This seems to be a real problem with me as well.

I sanitize my array:

$mrClean = new Sanitize();
$mrClean->cleanArray($this->data);

It saves the phrase --> i'm here  as i'm here into my database
which is fine.

But then when I use my helper to show a form->input() it returns:

i'm here (that is the value printed through my web browser, not in
the source code)..

"escape"=>false doesn't work for me either - anyway, just my 2 cents

cents


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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