diff --git a/Query/Abstract_Query_Builder.php b/Query/Abstract_Query_Builder.php index 8c0eeda..ac42ae0 100644 --- a/Query/Abstract_Query_Builder.php +++ b/Query/Abstract_Query_Builder.php @@ -358,7 +358,7 @@ abstract class Abstract_Query_Builder { * * @param mixed $key * @param mixed $val - * @param string $conj + * @param string $defaultConj * @return Query_Builder */ protected function _where_string($key, $val=array(), $defaultConj='AND') diff --git a/docs/classes/Query.Abstract_Query_Builder.html b/docs/classes/Query.Abstract_Query_Builder.html index 989b88d..c0efbba 100644 --- a/docs/classes/Query.Abstract_Query_Builder.html +++ b/docs/classes/Query.Abstract_Query_Builder.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -1431,7 +1431,7 @@ array(

_where_string()

-
_where_string(mixed $key, mixed $val, string $conj) : \Query\Query_Builder
+
_where_string(mixed $key, mixed $val, string $defaultConj) : \Query\Query_Builder

Simplify generating where string

@@ -1449,7 +1449,7 @@ array(

string - $conj + $defaultConj @@ -1832,7 +1832,7 @@ array(


Documentation is powered by phpDocumentor and authored - on August 8th, 2014 at 13:50. + on November 7th, 2014 at 12:20.
diff --git a/docs/classes/Query.BadDBDriverException.html b/docs/classes/Query.BadDBDriverException.html index 6e01db0..7c1885a 100644 --- a/docs/classes/Query.BadDBDriverException.html +++ b/docs/classes/Query.BadDBDriverException.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -393,7 +393,7 @@

Documentation is powered by phpDocumentor and authored - on August 8th, 2014 at 13:50. + on November 7th, 2014 at 12:20.
diff --git a/docs/classes/Query.Connection_Manager.html b/docs/classes/Query.Connection_Manager.html index 803dc59..aaa5dc7 100644 --- a/docs/classes/Query.Connection_Manager.html +++ b/docs/classes/Query.Connection_Manager.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -817,7 +817,7 @@ Query method


Documentation is powered by phpDocumentor and authored - on August 8th, 2014 at 13:50. + on November 7th, 2014 at 12:20.
diff --git a/docs/classes/Query.Driver.Abstract_Driver.html b/docs/classes/Query.Driver.Abstract_Driver.html index 2d55536..c4ae054 100644 --- a/docs/classes/Query.Driver.Abstract_Driver.html +++ b/docs/classes/Query.Driver.Abstract_Driver.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -1814,7 +1814,7 @@ the connection/database


Documentation is powered by phpDocumentor and authored - on August 8th, 2014 at 13:50. + on November 7th, 2014 at 12:20.
diff --git a/docs/classes/Query.Driver.Driver_Interface.html b/docs/classes/Query.Driver.Driver_Interface.html index f13bc6d..79e86cd 100644 --- a/docs/classes/Query.Driver.Driver_Interface.html +++ b/docs/classes/Query.Driver.Driver_Interface.html @@ -139,37 +139,37 @@
- + \
-
+
- + Query
-
+
- + Driver
-
+
- + Util
-
+
@@ -188,10 +188,10 @@
- + SQL
-
+
@@ -362,7 +362,7 @@

__construct()

-
__construct(string $dsn, string $username, string $password, array $driver_options)
+
__construct(string $dsn, string $username, string $password, array $driver_options) : void

Constructor/Connection method

@@ -1310,14 +1310,14 @@ the connection/database

get_sql()

-
get_sql() : \Query\Driver\SQL_Interface
+
get_sql() : \Query\Driver\SQL\SQL_Interface

Get the SQL class for the current driver

Returns

- \Query\Driver\SQL_Interface + \Query\Driver\SQL\SQL_Interface