You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: db.class.php
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,6 @@
7
7
* 2021年03月12日 -> Added a lot of comments
8
8
* 2021年06月05日 -> Added transformWith private method for insert and update methods using the $additional array. Added formatMonney public method to work with monetary values. Changed getPageNow to getCurrentPage. Added search method.
9
9
* 2021年08月17日 -> Made a few improvements within base core functions
10
-
* 2021年11月16日 -> Fixed Fetch method when same SQL is called more than once
11
10
*/
12
11
13
12
class db
@@ -138,9 +137,9 @@ private static function encapsulate($mixed)
0 commit comments