Esempio 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;
 }
Esempio n. 2
0
 public function reset()
 {
     parent::reset();
     $this->_items = null;
     $this->_position = 0;
 }