Skip to content

Commit ba65d15

Browse files
committed
Merge pull request #475 from avbdr/master
fixes
2 parents 1b9bad8 + ef3d5bc commit ba65d15

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

MysqliDb.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* @author Jeffery Way <[email protected]>
88
* @author Josh Campbell <[email protected]>
99
* @author Alexander V. Butenko <[email protected]>
10-
* @copyright Copyright (c) 2010
10+
* @copyright Copyright (c) 2010-2016
1111
* @license http://opensource.org/licenses/gpl-3.0.html GNU Public License
1212
* @link http://github.com/joshcam/PHP-MySQLi-Database-Class
13-
* @version 2.6
13+
* @version 2.7-master
1414
*/
1515

1616
class MysqliDb

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ MysqliDb -- Simple MySQLi wrapper and object mapper with prepared statements
2121
**[Transaction Helpers](#transaction-helpers)**
2222
**[Error Helpers](#error-helpers)**
2323

24+
## Support Me
25+
26+
This software is developed during my free time and I will be glad if somebody will support me.
27+
28+
Everyone's time should be valuable, so please consider donating.
29+
30+
[Donate with paypal](https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=DLEZVX5RQEQPwU6vmIa06kkApYCVcd5fFHV646Huwr6R47xOowSMzLseIRG&dispatch=5885d80a13c0db1f8e263663d3faee8dcce3e160f5b9538489e17951d2c62172)
31+
2432
### Installation
2533
To utilize this class, first import MysqliDb.php into your project, and require it.
2634

0 commit comments

Comments
 (0)