dbms_primeidc init...1
This commit is contained in:
parent
b820fbe765
commit
1d740703ce
@ -105,9 +105,9 @@ abstract class Model
|
||||
|
||||
final public function execute(string $query): bool|PDOStatement
|
||||
{
|
||||
if ($this->_debug) {
|
||||
echo "\nQuery:" . $query . "\n";
|
||||
}
|
||||
// if ($this->_debug) {
|
||||
// echo "\nQuery:" . $query . "\n";
|
||||
// }
|
||||
$this->_lastQuery = $query;
|
||||
$stmt = $this->getConnect()->prepare($query);
|
||||
$stmt->execute();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user