* 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
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
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