afaik it only wraps it to be able to safely save it

the data ending up in the db should not be different.
mark


Am Dienstag, 16. Dezember 2014 19:32:10 UTC+1 schrieb John Andersen:
>
> Hi Euromark
>
> Actually CakePHP 2.x does modify the data - it escapes and quotes the data 
> during the save - using the DboSource method value() - found here:
> http://api.cakephp.org/2.5/class-DboSource.html#_value
>
> Called by the DboSource method create() - found here:
> http://api.cakephp.org/2.5/source-class-DboSource.html#974-1021
>
> Enjoy, John
>
> On Tuesday, 16 December 2014 16:56:58 UTC+2, euromark wrote:
>>
>> Actually, the save() etc don't modify your data.
>> They simply store it the same way you give it to them.
>> It might only be displayed this way in your sql backend.
>>
>> [snip]
>>
>

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cake-php+unsubscr...@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/d/optout.

Reply via email to