@@ -1,22 +1,22 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | - namespace BPT\database; |
|
3 | + namespace BPT\database; |
|
4 | 4 | |
5 | - use Medoo\Medoo; |
|
6 | - use BPT\database\{handller,jsondb}; |
|
5 | + use Medoo\Medoo; |
|
6 | + use BPT\database\{handller,jsondb}; |
|
7 | 7 | |
8 | - /** |
|
9 | - * @class Database |
|
10 | - */ |
|
11 | - class database |
|
12 | - { |
|
8 | + /** |
|
9 | + * @class Database |
|
10 | + */ |
|
11 | + class database |
|
12 | + { |
|
13 | 13 | |
14 | - /** |
|
15 | - * @method Json_init |
|
16 | - */ |
|
17 | - public function json_init() |
|
18 | - { |
|
19 | - (new jsondb())->init(handller::$dbname); |
|
20 | - } |
|
14 | + /** |
|
15 | + * @method Json_init |
|
16 | + */ |
|
17 | + public function json_init() |
|
18 | + { |
|
19 | + (new jsondb())->init(handller::$dbname); |
|
20 | + } |
|
21 | 21 | |
22 | - } |
|
23 | 22 | \ No newline at end of file |
23 | + } |
|
24 | 24 | \ No newline at end of file |