TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Minimum Database Wrapper for PHP projects
1 点
作者
Rust
将近 14 年前
3 条评论
Rust
将近 14 年前
This project is just a simple wrapper for accessing a database. It simplifies things for people who might tend to forget sanitizing their inputs (particularly INSERT/UPDATE/DELETE) while providing a convenient, class-based interface.
jpdelatorre
将近 14 年前
Almost all PHP frameworks have already DB wrapper built-in. If you're a PHP dev and not using a framework, then you should consider using one.
pixeloution
将近 14 年前
Collapse
PDO already <i>is</i> a simple wrapper for accessing a database.
评论 #2727399 未加载