refactoring database layer.
This commit is contained in:
@@ -165,9 +165,7 @@ class Query {
|
|||||||
*/
|
*/
|
||||||
public function reset_where()
|
public function reset_where()
|
||||||
{
|
{
|
||||||
$this->wheres = array();
|
list($this->wheres, $this->bindings) = array(array(), array());
|
||||||
|
|
||||||
$this->bindings = array();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user