独立出think\model\Collection类 用于模型数据集

This commit is contained in:
thinkphp
2017-01-16 11:16:15 +08:00
parent f49ebcdc1d
commit f923c9dba5
3 changed files with 33 additions and 15 deletions

View File

@@ -14,6 +14,7 @@ namespace think;
use InvalidArgumentException;
use think\db\Query;
use think\Exception\ValidateException;
use think\model\Collection;
use think\model\Relation;
use think\model\relation\BelongsTo;
use think\model\relation\BelongsToMany;