We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b69f2e commit 7b81528Copy full SHA for 7b81528
README.md
@@ -49,6 +49,7 @@ OUTLINE
49
- [replace()](#replace)
50
- [delete()](#delete)
51
- [getLastInsertID()](#getlastinsertid)
52
+ - [getAffectedRows()](#getaffectedrows)
53
- [setAlias()](#setalias)
54
- [Soft Deleted](#soft-deleted)
55
- [Configuration](#configuration-1)
src/Model.php
@@ -6,7 +6,7 @@
6
* Base Model
7
*
8
* @author Nick Tsai <myintaer@gmail.com>
9
- * @version 2.6.0
+ * @version 2.7.0
10
* @see https://github.com/yidas/codeigniter-model
11
*/
12
class Model extends \CI_Model
0 commit comments