ThingEngineer / PHP-MySQLi-Database-Class

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.
Other
3.29k stars 1.35k forks source link

mysqli is null error #922

Open zeeeuu opened 3 years ago

zeeeuu commented 3 years ago

it works well with get method of db object but when i call insert method of db object then it return error "mysqli is null" what is wrong there

enrybisco commented 3 years ago

You have to update the class file Mysqli.php like per my mod: https://github.com/ThingEngineer/PHP-MySQLi-Database-Class/pull/954