예제 #1
0
 protected function resetQuery()
 {
     parent::resetQuery();
     $this->qb = $this->ar->createQueryBuilder(true);
     $this->conditionNumber = 0;
     $this->hasLimit = false;
     $this->hasSelect = false;
 }
예제 #2
0
 protected function resetQuery()
 {
     parent::resetQuery();
     $this->initQueryBuilder();
     $this->conditionNumber = 0;
     $this->indexNumber = 0;
     $this->unionArray = array();
     $this->unionArrayParams = array();
     $this->unionOrderBy = array();
 }