-
romanb authored
Syntax for getting input properly escaped through prepared statements: $query->set('field', 'field + ?', $value) or $query->set('field', 'field + ? - ?', array($value1, $value2)) or simply $query->set('field', '?', $value) Ticket: 405
fc2f9f29
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
Filter | ||
Abstract.php | ||
Check.php | ||
Condition.php | ||
Exception.php | ||
Filter.php | ||
From.php | ||
Groupby.php | ||
Having.php | ||
JoinCondition.php | ||
Limit.php | ||
Offset.php | ||
Orderby.php | ||
Parser.php | ||
Part.php | ||
Select.php | ||
Set.php | ||
Where.php |