增加文件夹分类功能,待完善.

This commit is contained in:
wispx
2018-12-27 18:07:23 +08:00
parent a2040c560e
commit b259352dee
15 changed files with 481 additions and 119 deletions
+8
View File
@@ -190,6 +190,14 @@ EOT;
if ($start == 1) {
if ($file) {
$config = Config::pull('db');
// 替换sql关键字
$file = str_replace([
'{database}'
], [
$config['database']
], $file);
$mysqli = new \mysqli(
$config['hostname'],
$config['username'],