dbms_primeidc_init...1

This commit is contained in:
최준흠 2025-04-03 15:38:49 +09:00
parent 0e0fef01f5
commit d680586c65

View File

@ -119,9 +119,7 @@ abstract class Model
final public function execute(string $query): bool|PDOStatement
{
if ($this->_debug) {
echo "\n<BR>Query:" . $query . "\n<BR>";
}
echo "\n<BR>Query:" . $query . "\n<BR>";
$this->_lastQuery = $query;
$stmt = $this->getConnect()->prepare($query);
$stmt->execute();