From 00136a3f4be5da863ce5f3e82ab6b86bad9cd26d Mon Sep 17 00:00:00 2001 From: yunwuxin <448901948@qq.com> Date: Mon, 16 Jan 2017 15:17:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/Model.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/library/think/Model.php b/library/think/Model.php index 1e1d4460..00191954 100644 --- a/library/think/Model.php +++ b/library/think/Model.php @@ -23,12 +23,11 @@ use think\model\relation\HasManyThrough; use think\model\relation\HasOne; use think\model\relation\MorphMany; use think\model\relation\MorphTo; -use think\paginator\Collection as PaginatorCollection; /** * Class Model * @package think - * @method static PaginatorCollection paginate(integer $listRows = 15, boolean $simple = false, array $config = []) 分页查询 + * @method static Paginator paginate(integer $listRows = 15, boolean $simple = false, array $config = []) 分页查询 * @method static mixed value($field, $default = null) 得到某个字段的值 * @method static array column($field, $key = '') 得到某个列的数组 * @method static integer count($field = '*') COUNT查询