PHP-MySQLi-Database-Class
PHP-MySQLi-Database-Class copied to clipboard
Fix getOne() return value
getOne() return value should return boolean false if there is an error, or null if there is an empty recordset
getOne() is still return object instead of null
you can print gettype on getOne, it's object, not null type