Unset the prepared statement in the ORM class after the sql query has been executed
This commit is contained in:
parent
1395fb5ec5
commit
55c612a50c
|
|
@ -136,6 +136,7 @@
|
|||
}
|
||||
$this->message = $message;
|
||||
$this->result = $prep_statement->fetchAll(PDO::FETCH_NAMED);
|
||||
unset($prep_statement);
|
||||
$m++;
|
||||
return $this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue