TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Minimum Database Wrapper for PHP projects

1 pointsby Rustalmost 14 years ago

3 comments

Rustalmost 14 years ago
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.
jpdelatorrealmost 14 years ago
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.
pixeloutionalmost 14 years ago
PDO already <i>is</i> a simple wrapper for accessing a database.
评论 #2727399 未加载