What is the best PHP mysqli class? #mysqli
Edit
by Geoff C - 10 years ago (2014-11-11)
recommend a mysqli class
| I am looking for a good MySQLi class. |
Ask clarification
1 Recommendation
MySQLi Manager: Execute MySQL queries from parameters using MySQLi
This class can execute MySQL queries from parameters using MySQLi.
It can connect to a given MySQL server and executes queries of common types composed from parameters passed to the class.
Currently it can execute queries of types SELECT, INSERT, UPDATE and DELETE, as well multi-INSERT queries.
| by Mohamed Elbahja package author 310 - 8 years ago (2016-04-25) Comment
mysqli Manager |
- 2 Comments
1.
by fab - 8 years ago (2016-08-07) Reply
Great class to improve though
2.
by sunilkhule - 8 years ago (2016-08-12) Reply
Good class for MySQLI