TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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 年前
PDO already <i>is</i> a simple wrapper for accessing a database.
评论 #2727399 未加载