Query\QueryBuilder::table
Specify the database table to select from
Alias of `from` method to better match CodeIgniter 4
Signature
public function table(string
$tableName )
Parameters
$tableName
— string
Returns
- QueryBuilder