From eaace974d0e5f56f00ba058ff36e2f2d3c829b8b Mon Sep 17 00:00:00 2001 From: ThinkPHP Date: Sat, 20 Apr 2013 17:50:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Library/Think/Db/Driver.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Think/Db/Driver.php b/Library/Think/Db/Driver.php index 77d36b43..2d4eb2e5 100644 --- a/Library/Think/Db/Driver.php +++ b/Library/Think/Db/Driver.php @@ -123,6 +123,7 @@ abstract class Driver { * 执行查询 返回数据集 * @access public * @param string $str sql指令 + * @param array $bind 参数绑定 * @return mixed */ public function query($str,$bind=[]) { @@ -155,6 +156,7 @@ abstract class Driver { * 执行语句 * @access public * @param string $str sql指令 + * @param array $bind 参数绑定 * @return integer */ public function execute($str,$bind=[]) {