Does CakePHP have built-in functions to check for MySQL injections?

Posted by vette982 on Stack Overflow See other posts from Stack Overflow or by vette982
Published on 2010-04-24T20:04:29Z Indexed on 2010/04/24 20:13 UTC
Read the original article Hit count: 114

Filed under:
|
|

Does CakePHP check inputs to see if they are valid and not injections? If not, how would I go about implementing functions to check inputs? Most of Cake's processes are done behind the scenes, so I'm unsure of where I would do that.

© Stack Overflow or respective owner

Related posts about cakephp

Related posts about php