CI_DB_query_builder::or_having()

or_having($key[, $value = NULL[, $escape = NULL]])

Parameters:
  • $key (mixed) – Identifier (string) or associative array of field/value pairs
  • $value (string) – Value sought if $key is an identifier
  • $escape (string) – Whether to escape values and identifiers
Returns:

CI_DB_query_builder instance (method chaining)

Return type:

CI_DB_query_builder

Adds a HAVING clause to a query, separating multiple calls with OR.

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

Please login to continue.