From 4c2d16220b59f5e9eaf98c5f7ed3d1ddac1784e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Mon, 14 Sep 2020 10:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Database/ActiveQuery.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Database/ActiveQuery.php b/Database/ActiveQuery.php index 6f3ce537..f930a4db 100644 --- a/Database/ActiveQuery.php +++ b/Database/ActiveQuery.php @@ -177,14 +177,6 @@ class ActiveQuery extends Component * @param int $offset * @param int $total * @throws Exception - * - * - * $pagination = new Pagination($this); - * $pagination->setOffset($offset); - * $pagination->setLimit($size); - * $pagination->setMax($total); - * $pagination->setCallback($callback); - * $pagination->search($param); */ public function plunk(int $size, callable $callback, $param = null, $offset = 0, $total = -1) {