示例#1
0
 public function getBody()
 {
     if (!$this->mQueryDone) {
         $this->doQuery();
     }
     $this->mResult->rewind();
     return parent::getBody();
 }