dbms_primeidc_init...1
This commit is contained in:
parent
0e0fef01f5
commit
d680586c65
@ -119,9 +119,7 @@ abstract class Model
|
|||||||
|
|
||||||
final public function execute(string $query): bool|PDOStatement
|
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;
|
$this->_lastQuery = $query;
|
||||||
$stmt = $this->getConnect()->prepare($query);
|
$stmt = $this->getConnect()->prepare($query);
|
||||||
$stmt->execute();
|
$stmt->execute();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user