Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
database\\query::findBy($column, $value)
Find a single row by column and value
$column
(string)
$value
(mixed)
return
(mixed)
↑
Toolkit API overview
←
database\\query::find
→
database\\query::first
↓
Back to Toolkit API section
Top