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