Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
database\\query::bindings($bindings = null)
Attaches additional bindings to the query.
$bindings
(mixed)
Array of bindings or null to use this method as getter
return
(mixed)
↑
Toolkit API overview
←
database\\query::avg
→
database\\query::build
↓
Back to Toolkit API section
Top