i was just looking for a nice good mysql class with alot of options so if possibloe all mysql_* functions.
I found a few scripts who where good enough but what i really miss is a clear documentation of how to use that class.. i`m just new in classes and i don`t know exactly how it`s working but some classes really don`t make it easy
So here`s my question do you guys have/or know where to get a class that has the following:
all or atleast the most used mysql_* functions
a functions to show the total query usage
and a easy to use class... easy is this:
$db->fetch_array("SELECT * FROM bla bla bla.............."); <-- that`s the usage in scripts!!
and something like this to display the total query usage: $db->totals(); or something like it...
any help would be fine
i could make my own class but it would take me a long while
Thanx alot.