* 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

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
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