PHP-MySQLi-Database-Class icon indicating copy to clipboard operation
PHP-MySQLi-Database-Class copied to clipboard

Wrapper for a PHP MySQL class, which utilizes MySQLi and prepared statements.

Results 156 PHP-MySQLi-Database-Class issues
Sort by recently updated
recently updated
newest added

It looks like the license was added something like 8 years ago. I'm just checking to see if there was any thought or discussion about changing the license to one...

I have a few classes extended using the described initialization method of `class User extends dbObject {}` Now I'm creating a new item like so ```php $user = new User;...

Hi, I received this warning after doing an insert: > Deprecated: implode(): Passing glue string after array is deprecated. Swap the parameters in `/vendor/joshcam/mysqli-database-class/MysqliDb.php` on line `1838` This is the...

when using a query with ` as the delimiter, the regular expression finds no matches

Hello! Thanks for this awesome project it's exactly what I was looking for. I'm having troubles with n:n relations in databases. I have 3 tables: 1. Users 2. Channels (one...

When I am trying to use rawQuery function with no where condition I got this error: "Malformed communication packet" can anyone help me to fix this issue???

Hi Guys, I'm can use method ->paginate() to get all row? case: i am user select limit view [10, 20, all] item. when select view all but use method paginate()...

I have to many queries which are executed on a single API hit, however since these there queries on different DB , i need to close the connection once the...

Is there an easy/intuitive way to get the date/time from the MySQLi class? I know it is easy to do with SQL but is there a way do do it...