@@ -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 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace ntentan\nibii; |
4 | 4 | |
5 | -use ntentan\utils\Text; |
|
6 | 5 | use ntentan\atiaa\Db; |
6 | +use ntentan\utils\Text; |
|
7 | 7 | |
8 | 8 | /** |
9 | 9 | * A DriverAdaptr is a generic database adapter. |
@@ -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 | { |