database\\query::select

Sets the columns, which should be selected from the table By default all columns will be selected

database\query::select($select)

Parameters

$select (mixed)
Pass either a string of columns or an array

Return values

object