Skip to content
Snippets Groups Projects
Commit 0597e322 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #700518 by agentrickard: document conjunctions for db_condition().

parent 6c9b682b
No related branches found
No related tags found
No related merge requests found
......@@ -1386,8 +1386,10 @@ function db_xor() {
/**
* Returns a new DatabaseCondition, set to the specified conjunction.
*
* @param
* The conjunction (AND, OR, XOR, etc.) to use on conditions.
* @param $conjunction
* The conjunction to use for query conditions. The following conjunctions are
* supported: AND, OR, XOR, IN, NOT IN, BETWEEN, IS NULL, IS NOT NULL,
* LIKE.
* @return DatabaseCondition
*/
function db_condition($conjunction) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment