@@ -13,11 +13,11 @@ |
||
13 | 13 | */ |
14 | 14 | class WhereQueryBuilder extends QueryBuilder |
15 | 15 | { |
16 | - private $qb; |
|
16 | + private $qb; |
|
17 | 17 | |
18 | - public function __construct(){ |
|
18 | + public function __construct(){ |
|
19 | 19 | $this->qb = new QueryBuilder(); |
20 | - } |
|
20 | + } |
|
21 | 21 | |
22 | 22 | protected function prepareArrayForWhere($bindKey, $bindVal = null){ |
23 | 23 | $ar = $conditionAr = array(); |