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()
|
||||
{
|
||||
$this->wheres = array();
|
||||
|
||||
$this->bindings = array();
|
||||
list($this->wheres, $this->bindings) = array(array(), array());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue