S
S
sivabur2015-05-11 21:23:58
PHP
sivabur, 2015-05-11 21:23:58

Best wrapper for mysqli PHP?

1. Security
2. Ease of use (with 1 line you can get all the data from the query into an array, with 1 line you can transfer data from the array to the query, get 1 result into a variable, etc.)
3. Prepared queries are used.
4. Simple so that a beginner can figure it out.
5. Not very resource intensive.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Taratin, 2015-05-11
@sivabur

https://github.com/colshrapnel/safemysql

S
sivabur, 2015-05-11
@sivabur

https://github.com/joshcam/PHP-MySQLi-Database-Cla... I
dug up a pretty good one too.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question