示例#1
0
文件: Query.php 项目: reeze/mf-php
 protected function clear()
 {
     parent::clear();
     $this->_preQuery = false;
     $this->_pendingJoinConditions = array();
 }