Exemplo n.º 1
0
 public function reset()
 {
     parent::reset();
     $this->_query = new Query();
     $this->_filters = array();
     $this->_filterValues = array();
     $this->_items = null;
     $this->_position = 0;
     $this->_queryCount = null;
     $this->_sqlInitialized = false;
 }
Exemplo n.º 2
0
 public function reset()
 {
     parent::reset();
     $this->_items = null;
     $this->_position = 0;
 }