CI_DB_query_builder::select()

select([$select = '*'[, $escape = NULL]])

Parameters:
  • $select (string) – The SELECT portion of a query
  • $escape (bool) – Whether to escape values and identifiers
Returns:

CI_DB_query_builder instance (method chaining)

Return type:

CI_DB_query_builder

Adds a SELECT clause to a query.

doc_CodeIgniter
2016-10-15 16:31:20
Comments
Leave a Comment

Please login to continue.