朱金辉 1 gadu atpakaļ
vecāks
revīzija
3398cbca5d
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      src/Driver/Base.php

+ 0 - 1
src/Driver/Base.php

@@ -165,7 +165,6 @@ class Base
         {
             throw new Variable(_i('Invalid %s format', 'data'), __LINE__);
         }
-        echo $this->getTable($table);
         $this->modelSQL = $sql = "INSERT INTO " . $this->getTable($table) . "(`" . join("`, `", $replaceObj['fields']) . "`) VALUES('" . join("', '", $replaceObj['values']) . "')";
         $this->setQuery($sql);
         $this->setError();