TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Minimum Database Wrapper for PHP projects
1 points
by
Rust
almost 14 years ago
3 comments
Rust
almost 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.
jpdelatorre
almost 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.
pixeloution
almost 14 years ago
Collapse
PDO already <i>is</i> a simple wrapper for accessing a database.
评论 #2727399 未加载