ソースを参照

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
      */