CI_DB_query_builder::join()

join($table, $cond[, $type = ''[, $escape = NULL]])

Parameters:
  • $table (string) – Table name to join
  • $cond (string) – The JOIN ON condition
  • $type (string) – The JOIN type
  • $escape (bool) – Whether to escape values and identifiers
Returns:

CI_DB_query_builder instance (method chaining)

Return type:

CI_DB_query_builder

Adds a JOIN clause to a query.

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

Please login to continue.