Commit 749934a6 authored by Alexander Butenko's avatar Alexander Butenko Committed by GitHub

fixes (#662)

* fixed limit variable ordering in the comments

* Expand readme on autoreconnect and multipe connections usage

* update release numbers

* update copyright years
parent 3e33abfc
...@@ -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-2016 * @copyright Copyright (c) 2010-2017
* @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.8-master * @version 2.9-master
*/ */
class MysqliDb class MysqliDb
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
* @category Database Access * @category Database Access
* @package MysqliDb * @package MysqliDb
* @author Alexander V. Butenko <a.butenka@gmail.com> * @author Alexander V. Butenko <a.butenka@gmail.com>
* @copyright Copyright (c) 2015 * @copyright Copyright (c) 2015-2017
* @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-master * @version 2.9-master
* *
* @method int count () * @method int count ()
* @method dbObject ArrayBuilder() * @method dbObject ArrayBuilder()
......
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