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 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+unsubscribe@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.
No comments:
Post a Comment