Commit ba65d154 authored by Alexander Butenko's avatar Alexander Butenko

Merge pull request #475 from avbdr/master

fixes
parents 1b9bad88 ef3d5bc0
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
* @author Jeffery Way <jeffrey@jeffrey-way.com> * @author Jeffery Way <jeffrey@jeffrey-way.com>
* @author Josh Campbell <jcampbell@ajillion.com> * @author Josh Campbell <jcampbell@ajillion.com>
* @author Alexander V. Butenko <a.butenka@gmail.com> * @author Alexander V. Butenko <a.butenka@gmail.com>
* @copyright Copyright (c) 2010 * @copyright Copyright (c) 2010-2016
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License * @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
* @link http://github.com/joshcam/PHP-MySQLi-Database-Class * @link http://github.com/joshcam/PHP-MySQLi-Database-Class
* @version 2.6 * @version 2.7-master
*/ */
class MysqliDb class MysqliDb
......
...@@ -21,6 +21,14 @@ MysqliDb -- Simple MySQLi wrapper and object mapper with prepared statements ...@@ -21,6 +21,14 @@ MysqliDb -- Simple MySQLi wrapper and object mapper with prepared statements
**[Transaction Helpers](#transaction-helpers)** **[Transaction Helpers](#transaction-helpers)**
**[Error Helpers](#error-helpers)** **[Error Helpers](#error-helpers)**
## Support Me
This software is developed during my free time and I will be glad if somebody will support me.
Everyone's time should be valuable, so please consider donating.
[Donate with paypal](https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=DLEZVX5RQEQPwU6vmIa06kkApYCVcd5fFHV646Huwr6R47xOowSMzLseIRG&dispatch=5885d80a13c0db1f8e263663d3faee8dcce3e160f5b9538489e17951d2c62172)
### Installation ### Installation
To utilize this class, first import MysqliDb.php into your project, and require it. To utilize this class, first import MysqliDb.php into your project, and require it.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment