コード例 #1
0
ファイル: AbstractReader.php プロジェクト: im286er/windwalker
 /**
  * freeResult
  *
  * @return  $this
  */
 public function freeResult()
 {
     $this->db->freeResult();
     return $this;
 }