Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在测试RedBeanPHP。
我想知道清理用户输入。我需要手动清理数据还是 RedBeanPHP 会处理这些?
RedBeanPHP 使用 PDO 绑定来防止 SQL 注入,因此您无需手动转义。然而,输入验证(检查输入是否有效)应该使用您自己的模型或验证例程来完成。