Debug
This commit is contained in:
parent
3807fa99e0
commit
c2e5365041
1 changed files with 7 additions and 1 deletions
8
vendor/model/FinancialMovements.class.php
vendored
8
vendor/model/FinancialMovements.class.php
vendored
|
|
@ -1340,7 +1340,13 @@ class FinancialMovements
|
|||
}
|
||||
|
||||
/** Executo o SQL */
|
||||
return $this->stmt->execute();
|
||||
return $this->stmt->execute();
|
||||
|
||||
preg_match_all('/:\w+/', $sql, $matches);
|
||||
$placeholders = array_unique($matches[0]);
|
||||
|
||||
print_r($placeholders);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue