* Overview:
*
* This class acts as a wrapper class for the MYSQLi interface.
* The advantages of using this class are:
* 1) A reduction in the required function calls and thus boiler plate code
* over mssqli (time, complexity, etc).
* 2) Acts as a single point of upgrade and editing in the event of a database
* change.
*
* Although not suited for large production work this class is enormously
* useful for simplifying database interaction.
*
* This class also abstracts the developer away from the database calls and
* instead requires basic array code (when handling results).
*
*
* Usage:
*
* Example 1:
*
* include_once 'DBEgg.class.php';
*
* $db = new DBEgg('server', 'username', 'password', 'database');
* $result = $db->Query('INSERT INTO table (column1, column2, column3) VALUES (?, ?, ?);', 'string', 1, 1.1);
* if ($result === false)
* echo '<p>Error: '.$db->GetError().

Project Activity

See All Activity >

Follow PHP MYSQLi Wrapper

PHP MYSQLi Wrapper Web Site

Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
Get Avast Free Antivirus with 24/7 AI-powered online scam detection

Get protection for today’s online threats. Free.

Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Free Download
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of PHP MYSQLi Wrapper!

Additional Project Details

Registered

2022-06-20