@@ -25,8 +25,8 @@ |
||
| 25 | 25 | |
| 26 | 26 | namespace ntentan\nibii; |
| 27 | 27 | |
| 28 | -use ntentan\utils\Utils; |
|
| 29 | 28 | use ntentan\kaikai\Cache; |
| 29 | +use ntentan\utils\Utils; |
|
| 30 | 30 | |
| 31 | 31 | class RecordWrapper implements \ArrayAccess, \Countable, \Iterator |
| 32 | 32 | { |
@@ -271,8 +271,7 @@ |
||
| 271 | 271 | if(is_numeric($key)) |
| 272 | 272 | { |
| 273 | 273 | $rewritten["filter_bind_" . ($key + 1)] = $value; |
| 274 | - } |
|
| 275 | - else |
|
| 274 | + } else |
|
| 276 | 275 | { |
| 277 | 276 | $rewritten[$key] = $value; |
| 278 | 277 | } |
@@ -25,8 +25,8 @@ |
||
| 25 | 25 | |
| 26 | 26 | namespace ntentan\nibii; |
| 27 | 27 | |
| 28 | -use ntentan\utils\Utils; |
|
| 29 | 28 | use ntentan\kaikai\Cache; |
| 29 | +use ntentan\utils\Utils; |
|
| 30 | 30 | |
| 31 | 31 | class RecordWrapper implements \ArrayAccess, \Countable, \Iterator |
| 32 | 32 | { |
@@ -26,8 +26,8 @@ |
||
| 26 | 26 | |
| 27 | 27 | namespace ntentan\nibii; |
| 28 | 28 | |
| 29 | -use ntentan\utils\Text; |
|
| 30 | 29 | use ntentan\atiaa\Db; |
| 30 | +use ntentan\utils\Text; |
|
| 31 | 31 | |
| 32 | 32 | class QueryOperations |
| 33 | 33 | { |
@@ -26,8 +26,8 @@ |
||
| 26 | 26 | |
| 27 | 27 | namespace ntentan\nibii; |
| 28 | 28 | |
| 29 | -use ntentan\utils\Text; |
|
| 30 | 29 | use ntentan\atiaa\Db; |
| 30 | +use ntentan\utils\Text; |
|
| 31 | 31 | |
| 32 | 32 | class QueryOperations |
| 33 | 33 | { |