We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14e5de commit eb10389Copy full SHA for eb10389
app/Models/Model.php
@@ -29,8 +29,6 @@ public static function create(object $qq)
29
return is_string($val) ? "'$val'" : $val;
30
}, array_values((array)$qq)));
31
$query = "INSERT INTO $table ($columns) VALUES ($values);";
32
- print_r($query);
33
- exit;
34
$sth = $dbh->prepare($query);
35
$sth->execute();
36
}
0 commit comments