Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
database::escape($value)
Escapes a value to be used for a safe query
$value
(string)
return
(string)
↑
Toolkit API overview
←
database::dropTable
→
database::execute
↓
Back to Toolkit API section
Top