瀏覽代碼

DbConnection comments

walkor 11 年之前
父節點
當前提交
72abf96779
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      applications/Demo/Lib/DbConnection.php

+ 2 - 2
applications/Demo/Lib/DbConnection.php

@@ -857,7 +857,7 @@ class DbConnection
     
     /**
      * where
-     * @param string $cond 
+     * @param string/array $cond 
      * @param mixed ...$bind
      * @return self
      */
@@ -886,7 +886,7 @@ class DbConnection
     
     /**
      * or where
-     * @param string $cond 
+     * @param string/array $cond 
      * @param mixed ...$bind
      * @return self
      */