refactoring database layer.
This commit is contained in:
parent
ca8883d727
commit
cd609d9b39
|
@ -165,9 +165,7 @@ public function left_join($table, $column1, $operator, $column2)
|
||||||
*/
|
*/
|
||||||
public function reset_where()
|
public function reset_where()
|
||||||
{
|
{
|
||||||
$this->wheres = array();
|
list($this->wheres, $this->bindings) = array(array(), array());
|
||||||
|
|
||||||
$this->bindings = array();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue