diff --git a/docs/classes/DB.html b/docs/classes/DB.html
index 199e428..17714b1 100644
--- a/docs/classes/DB.html
+++ b/docs/classes/DB.html
@@ -113,8 +113,11 @@ passed array with key / value pairs
where()
WHERE NOT IN (FOO) clausewhere_not_in()
String together the sql statements for sending to the db_compile()
+Simplify 'like' methods_like()
Clear out the class variables, so the next query can be run_reset()
+Method to simplify select_ methods_select()
Do all the repeditive stuff for where/having type methods_where()
+Simplify where_in methods_where_in()
Convenience property for connection management$conn_name
@@ -132,7 +135,6 @@ passed array with key / value pairswhere()
for complex select queries">Query component order mapping
for complex select queries$query_map
Compiled 'select' clause$select_string
-key/val pairs for insert/update statement$set_array
Keys for insert/update statement$set_array_keys
Compiled arguments for insert / update$set_string
Alias to $this->db->sql$sql
@@ -1198,6 +1200,39 @@ passed array with key / value pairs
\$string
+
+
Simplify 'like' methods
+
_like(string $field, mixed $val, string $pos, string $like, string $conj)
+
Inherited
+
+
+
+inherited_from |
+\Query_Builder::_like() |
+
+
Parameters
+
+
$field
+string
+
+
+
$val
+mixed
+
+
+
$pos
+string
+
+
+
$like
+string
+
+
+
$conj
+string
+
+
+
Clear out the class variables, so the next query can be run
_reset()
@@ -1210,6 +1245,29 @@ passed array with key / value pairs
+
+
Method to simplify select_ methods
+
_select(string $field, string $as) : string
+
Inherited
+
+
+
+inherited_from |
+\Query_Builder::_select() |
+
+
Parameters
+
+
$field
+string
+
+
+
$as
+string
+
+
Returns
+
string
+
+
Do all the repeditive stuff for where/having type methods
_where(mixed $key, mixed $val) : array
@@ -1233,6 +1291,33 @@ passed array with key / value pairs
array
+
+
Simplify where_in methods
+
_where_in(mixed $key, mixed $val, $in, $conj) : void
+
Inherited
+
+
+
+inherited_from |
+\Query_Builder::_where_in() |
+
+
Parameters
+
+
$key
+mixed
+
+
+
$val
+mixed
+
+
+
+
+
Properties
@@ -1380,18 +1465,6 @@ for complex select queries
-
-
key/val pairs for insert/update statement
-
$set_array : array
-
Inherited
-
-
-
-inherited_from |
-\Query_Builder::$$set_array |
-
-
-
Keys for insert/update statement
$set_array_keys : array
@@ -1447,7 +1520,7 @@ for complex select queries
+ generated on 2012-04-30T16:23:20-04:00.