예제 #1
0
파일: Query.php 프로젝트: reeze/mf-php
 protected function clear()
 {
     parent::clear();
     $this->_preQuery = false;
     $this->_pendingJoinConditions = array();
 }