コード例 #1
0
ファイル: ORMModel.php プロジェクト: vitordm/VTRORM
 /**
  * Reset all objects
  */
 public function reset()
 {
     $this->CommonQuery->reset();
     $this->SelectQuery->reset();
     $this->UpdateQuery->reset();
     $this->InsertQuery->reset();
     $this->DeleteQuery->reset();
 }