コード例 #1
0
ファイル: InsertQueryEngine.php プロジェクト: itarato/micmod
 public function execute()
 {
     $this->insertQuery->fields($this->fields);
     $this->insertQuery->execute();
 }