Пример #1
0
 public function selectInsert($fields, $table, $options)
 {
     $this->selectSql = $this->selectInsertSql;
     return parent::selectInsert($fields, $table, $options);
 }