From 81a799ef7c522f0174899e037d5c238f37017167 Mon Sep 17 00:00:00 2001 From: ThinkPHP Date: Mon, 22 Apr 2013 20:31:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E4=BF=AE=E6=AD=A3?= 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 5a2136cc..04f56198 100644 --- a/Library/Think/Model.php +++ b/Library/Think/Model.php @@ -813,7 +813,6 @@ class Model { }else{ $this->options['where'] = $where; } - return $this; } @@ -932,7 +931,7 @@ class Model { /** * 指定参数绑定 * @access public - * @param string $filter 指定过滤方法 + * @param array $bind 指定参数绑定 * @return Model */ public function bind($bind){