改进Connection类的getResult方法 改进App类的run方法返回值 Builder类的parseValue方法增加field参数

This commit is contained in:
thinkphp
2016-06-15 15:45:42 +08:00
parent 381784755f
commit cabf5c4fdf
4 changed files with 16 additions and 20 deletions

View File

@@ -245,7 +245,7 @@ class Input
$item[$key] = $val;
}else{
$item[$key] = new File($val['tmp_name'], $val);
}
}
}
return $item;
} elseif (isset($array[$name])) {