ojhaujjwal / mysqli-db

An easy to use mysqli class with php!
GNU General Public License v2.0
23 stars 15 forks source link

Alternative to mysqli::get_result in older versions of PHP #6

Open dsebao opened 10 years ago

dsebao commented 10 years ago

Could you make a improvement to the class to work with PHP without Native driver activated? I made a small CMS and I want to test it in a hosting that have PHP 5.2 version (and they can´t update to an earlier version). Based in stackoverflow http://stackoverflow.com/a/8343970 this can be improved to work Please Help!

ojhaujjwal commented 10 years ago

I don't use this library. A PR is highly appreciated. I will merge the PR if it is good.

dsebao commented 10 years ago

It is giving me this error when use the class on a server with an old PHP version

Fatal error: Call to undefined method mysqli_stmt::get_result() in mysqli-db.php on line 551