3 comments

[ 2.8 ms ] story [ 19.5 ms ] thread
Why is this voted up? It's just a wrapper of some of php's mysql_* functions.
Not to mention it recommends sticking to escaping strings as opposed to the proper way of using prepared statements/parameterized queries.

This is trivial stuff and poorly implemented.

Only positive aspect I can see in using this class is that it abstracts away which DB is being used from the rest of the code, so that when MySQL eventually collapses on it self, you can quickly replace it with something else.

Yep, just flag these inane newbie posts.