Quantcast
Channel: DOCU - Foren
Viewing all articles
Browse latest Browse all 6566

ILIAS Developers: Reserved words in database accesses

$
0
0
I am not sure about the mantis report.

For the second question: If you use $db->update(); $db->insert(); or $db->replace(); you do not need to worry about escaping. Sometimes this is not possible, e.g. for more complex queries you might need to use $db->query(). In this case you should escape table or field names in your query string using $db->quoteIdentifier() and for values  using $db->quote().

Best
Alex

Viewing all articles
Browse latest Browse all 6566

Trending Articles