Kirby 2 Docs
❌ Kirby 2 has reached its end of life. Migrate to a current version and
upgrade your v2 license now
.
db::table($table)
Sets the current table, which should be queried
$table
(string)
return
(object)
Returns a DBQuery object, which can be used to build a full query for that table
↑
Toolkit API overview
←
db::query
↓
Back to Toolkit API section
Top