Query\QueryBuilder::get
Select and retrieve all records from the current table, and/or execute current compiled query
Signature
public function get([string
$table = '',
[boolean
$limit = FALSE,
[boolean
$offset = FALSE]]] )
Parameters
$table
— string$limit
— boolean
$offset
— boolean
Returns
- PDOStatement