mysql_real_escape_string 对于主义(symfony)?
有mysql_real_escape_string
用于学说吗?
因为我有一个类似的查询
?´## '´` ^#11 " dfvü:?=._`ßß?(%%/ '
,并且在将其交给 Doctrine_Query::create()
之前我必须转义它
Is there mysql_real_escape_string
for doctrine?
Because I have a query like
?´## '´` ^#11 " dfvü:?=._`ßß?(%%/ '
and i must escape it, before i give it to Doctrine_Query::create()
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
教义处理内部逃跑。使用如下查询:
并且字符将被转义以确保数据库安全。
Doctrine handles escaping internally. Use a query like:
And the characters will be escaped to be safe for your database.
它不起作用,因为
这是三个撇号
It cannot work, because
Here are three apostrophes