->escape()

->escape() -- Escape a string for use with Like queries

Synopsis

void $DB_DataObject->escape (string $value)

Beschreibung

Similar to Pear DB's quote it will escape a value, without the quotes, so it can be used with a LIKE query.

Parameter

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel