From 8f26a8803f7682d1a691b40125f9c914d3cae82f Mon Sep 17 00:00:00 2001 From: thinkphp Date: Mon, 26 Sep 2016 16:33:45 +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/Db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/Db.php b/library/think/Db.php index e9a698d5..b00aee61 100644 --- a/library/think/Db.php +++ b/library/think/Db.php @@ -40,7 +40,7 @@ use think\paginator\Collection as PaginatorCollection; * @method boolean chunk(integer $count, callable $callback, string $column = null) static 分块获取数据 * @method mixed query(string $sql, array $bind = [], boolean $fetch = false, boolean $master = false, mixed $class = false) static SQL查询 * @method integer execute(string $sql, array $bind = [], boolean $fetch = false, boolean $getLastInsID = false, string $sequence = null) static SQL执行 - * @method PaginatorCollection paginate(integer $listRows = 15, boolean $simple = false, array $config = []) static 分页查询 + * @method PaginatorCollection paginate(integer $listRows = 15, mixed $simple = false, array $config = []) static 分页查询 * @method mixed transaction(callable $callback) static 执行数据库事务 * @method boolean batchQuery(array $sqlArray) static 批处理执行SQL语句 */