What is the best PHP MYSQL wrapper?
Posted
by Jestro
on Stack Overflow
See other posts from Stack Overflow
or by Jestro
Published on 2010-04-28T08:35:09Z
Indexed on
2010/04/28
8:43 UTC
Read the original article
Hit count: 116
I've bounced around between different wrappers, my own, and using straight php mysql functions over the years but I'm sure there's a really good solution out there. What is it? :)
EDIT: Only needs to connect to MYSQL and it would be nice if it was lightweight.
© Stack Overflow or respective owner