Db::query()
Executes a raw SQL query which expects a set of results
Db::query(string $query, array $bindings = [ ], array $params = [ ])
Parameters
| Name | Type | Default |
|---|---|---|
| $queryrequired | string |
no default value |
| $bindings | array |
[ ]
|
| $params | array |
[ ]
|